mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Fix workspace popup position (#2466)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
@@ -69,6 +69,7 @@
|
||||
}
|
||||
|
||||
onMount(() => {
|
||||
dispatch('update')
|
||||
if (btns[0]) {
|
||||
btns[0].focus()
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
</script>
|
||||
|
||||
{#if workspaces.length}
|
||||
<Menu {actions} on:close />
|
||||
<Menu {actions} on:update on:close />
|
||||
{:else}
|
||||
<Loading />
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user