Ensure tour popover disappears when finished (#9517)
This commit is contained in:
parent
44364ec5dc
commit
238c25327d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue