Ensure tour popover disappears when finished (#9517)
This commit is contained in:
parent
f73c20147e
commit
0abac846d3
|
@ -108,7 +108,8 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#key tourStepKey}
|
{#if tourKey}
|
||||||
|
{#key tourStepKey}
|
||||||
<Popover
|
<Popover
|
||||||
align={tourStep?.align}
|
align={tourStep?.align}
|
||||||
bind:this={popover}
|
bind:this={popover}
|
||||||
|
@ -151,7 +152,8 @@
|
||||||
</Layout>
|
</Layout>
|
||||||
</div>
|
</div>
|
||||||
</Popover>
|
</Popover>
|
||||||
{/key}
|
{/key}
|
||||||
|
{/if}
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.tour-content {
|
.tour-content {
|
||||||
|
|
Loading…
Reference in New Issue