@simonbackx/vue-app-navigation 2.5.2 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2488,7 +2488,8 @@ const ModalStackComponent$1 = defineComponent({
|
|
|
2488
2488
|
return !!this.parentIsFocused;
|
|
2489
2489
|
},
|
|
2490
2490
|
isNavigationControllerFocused() {
|
|
2491
|
-
|
|
2491
|
+
var _a;
|
|
2492
|
+
return this.isFocused && !((_a = this.stackComponent) == null ? void 0 : _a.getFocusedComponent());
|
|
2492
2493
|
}
|
|
2493
2494
|
},
|
|
2494
2495
|
created() {
|