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
1 changed files with 45 additions and 43 deletions

View File

@ -108,6 +108,7 @@
} }
</script> </script>
{#if tourKey}
{#key tourStepKey} {#key tourStepKey}
<Popover <Popover
align={tourStep?.align} align={tourStep?.align}
@ -152,6 +153,7 @@
</div> </div>
</Popover> </Popover>
{/key} {/key}
{/if}
<style> <style>
.tour-content { .tour-content {