Fixed the behavior of the navigator and sidebar on the mobile (#7694)

This commit is contained in:
Alexander Platov
2025-01-17 11:47:25 +07:00
committed by GitHub
parent a31bfa2dc1
commit 4820785009
8 changed files with 40 additions and 49 deletions
@@ -136,7 +136,6 @@
const widget = client.getModel().findAllSync(workbench.class.Widget, { _id: settingPlg.ids.SettingsWidget })[0]
$: if (moveASide && asideComponent != null && $sidebarStore.widget !== widget._id) {
openWidget(widget, { component: asideComponent, ...asideProps }, { active: true, openedByUser: true })
$deviceInfo.aside.visible = true
} else if (moveASide && asideComponent == null && $sidebarStore.widget === widget._id) {
closeWidget(widget._id)
minimizeSidebar()