mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
implement menuOptions
This commit is contained in:
@@ -270,7 +270,7 @@ export class Frame extends view.CustomLayoutView implements definition.Frame {
|
||||
}
|
||||
|
||||
get backStack(): Array<definition.BackstackEntry> {
|
||||
return this._backStack;
|
||||
return this._backStack.slice();
|
||||
}
|
||||
|
||||
get currentPage(): pages.Page {
|
||||
|
||||
Reference in New Issue
Block a user