Skip to content

Commit 16efb62

Browse files
ItsPierrejohannes-huther
authored andcommitted
fix: possibly fix missing NavigationDrawer
Possibly fix missing NavigationDrawer on some devices. This fix might not work until tested in production.
1 parent 42e91d7 commit 16efb62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/navigation-drawer/CNavigationDrawer.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ watch(drawer, () => {
5353
showDrawer.value = drawer.value;
5454
rail.value = false;
5555
} else {
56+
showDrawer.value = true;
5657
rail.value = !drawer.value;
5758
}
5859
});

0 commit comments

Comments
 (0)