mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
Hides the sidebar when narrowed (#1661)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -211,7 +211,6 @@
|
||||
}
|
||||
let panelWidth: number = 0
|
||||
let innerWidth: number = 0
|
||||
let minimize: boolean = false
|
||||
</script>
|
||||
|
||||
<ActionContext
|
||||
@@ -225,9 +224,8 @@
|
||||
{icon}
|
||||
{title}
|
||||
{object}
|
||||
bind:minimize
|
||||
isHeader={false}
|
||||
isAside={!minimize}
|
||||
isAside={true}
|
||||
bind:panelWidth
|
||||
bind:innerWidth
|
||||
on:update={(ev) => _update(ev.detail)}
|
||||
|
||||
Reference in New Issue
Block a user