mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
Hides the sidebar when narrowed (#1661)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -89,16 +89,14 @@
|
||||
onMount(() => {
|
||||
dispatch('open', { ignoreKeys: ['comments', 'name', 'description', 'number'] })
|
||||
})
|
||||
let minimize: boolean = false
|
||||
</script>
|
||||
|
||||
{#if issue !== undefined}
|
||||
<Panel
|
||||
object={issue}
|
||||
bind:minimize
|
||||
isHeader
|
||||
isAside={!minimize}
|
||||
isSub={minimize}
|
||||
isAside={true}
|
||||
isSub={false}
|
||||
bind:innerWidth
|
||||
on:close={() => {
|
||||
dispatch('close')
|
||||
|
||||
Reference in New Issue
Block a user