mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-20 15:20:18 +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(() => {
|
onMount(() => {
|
||||||
|
dispatch('update')
|
||||||
if (btns[0]) {
|
if (btns[0]) {
|
||||||
btns[0].focus()
|
btns[0].focus()
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if workspaces.length}
|
{#if workspaces.length}
|
||||||
<Menu {actions} on:close />
|
<Menu {actions} on:update on:close />
|
||||||
{:else}
|
{:else}
|
||||||
<Loading />
|
<Loading />
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user