Fix to ensure the skip flag is also reset in the tour popover
This commit is contained in:
parent
0aa75fc7cb
commit
ddc51edee7
|
@ -26,6 +26,7 @@
|
|||
tourStep = null
|
||||
popoverAnchor = null
|
||||
popover = null
|
||||
skipping = false
|
||||
return
|
||||
}
|
||||
if (!tourSteps?.length) {
|
||||
|
|
Loading…
Reference in New Issue