mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 20:13:20 +00:00
Fix workspace popup position (#2466)
Signed-off-by: Denis Maslennikov <denis.maslennikov@gmail.com>
This commit is contained in:
parent
d7dd260016
commit
baaf4f7ada
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user