mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(tabs): current TabContentItem index not set (#7441)
This commit is contained in:
committed by
Manol Donev
parent
22e62daae5
commit
97a2af27f9
@@ -6,10 +6,10 @@ const layoutWithMultiFrame = "Layout w/ multi frame";
|
||||
const pageWithFrame = "Page w/ frame";
|
||||
const pageWithFrameNonDefaultTransition = "Frame to NestedFrame (non-default transition)";
|
||||
const pageWithMultiFrame = "Page w/ multi frame";
|
||||
const pageTabTopWithFrames = "Page w/ tabs (top)";
|
||||
const pageTabBottomWithFrames = "Page w/ tabs (bottom)";
|
||||
const tabTopRootWithFrames = "Root tabs (top)";
|
||||
const tabBottomRootWithFrames = "Root tabs (bottom)";
|
||||
const pageTabTopWithFrames = "Page w/ tabview (top)";
|
||||
const pageTabBottomWithFrames = "Page w/ tabview (bottom)";
|
||||
const tabTopRootWithFrames = "Root tabview (top)";
|
||||
const tabBottomRootWithFrames = "Root tabview (bottom)";
|
||||
const layoutHome = "layout home page";
|
||||
const layoutHomeSecondary = "layout home secondary page";
|
||||
const frameHome = "frame home page";
|
||||
|
||||
Reference in New Issue
Block a user