Close sidebar when opening settings, help etc.
This commit is contained in:
parent
7fd48d8155
commit
addd4124bf
@ -108,6 +108,10 @@ window.vueMounted = () => {
|
|||||||
} else {
|
} else {
|
||||||
vueApp.activeChannel = null;
|
vueApp.activeChannel = null;
|
||||||
vueApp.$store.commit("activeWindow", target);
|
vueApp.$store.commit("activeWindow", target);
|
||||||
|
|
||||||
|
if (!keepSidebarOpen && $(window).outerWidth() <= utils.mobileViewportPixels) {
|
||||||
|
vueApp.setSidebar(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
utils.synchronizeNotifiedState();
|
utils.synchronizeNotifiedState();
|
||||||
|
Loading…
Reference in New Issue
Block a user