Fix to ensure the skip flag is also reset in the tour popover

This commit is contained in:
Dean 2024-02-15 15:44:54 +00:00
parent 0aa75fc7cb
commit ddc51edee7
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
tourStep = null
popoverAnchor = null
popover = null
skipping = false
return
}
if (!tourSteps?.length) {