1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00

Ensure tour popover disappears when finished (#9517)

This commit is contained in:
Andrew Kingston 2023-02-02 11:14:40 +00:00 committed by GitHub
parent f73c20147e
commit 0abac846d3

View file

@ -108,7 +108,8 @@
}
</script>
{#key tourStepKey}
{#if tourKey}
{#key tourStepKey}
<Popover
align={tourStep?.align}
bind:this={popover}
@ -151,7 +152,8 @@
</Layout>
</div>
</Popover>
{/key}
{/key}
{/if}
<style>
.tour-content {