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
|
tourStep = null
|
||||||
popoverAnchor = null
|
popoverAnchor = null
|
||||||
popover = null
|
popover = null
|
||||||
|
skipping = false
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!tourSteps?.length) {
|
if (!tourSteps?.length) {
|
||||||
|
|
Loading…
Reference in New Issue