@marianmeres/stuic 3.43.3 → 3.43.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,6 +164,8 @@ export function createTour(options) {
164
164
  }
165
165
  // -- Public API ---------------------------------------------------------------------
166
166
  function start() {
167
+ if (active)
168
+ return;
167
169
  if (store && store.has(options.storageKey))
168
170
  return;
169
171
  options.onStart?.();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "3.43.3",
3
+ "version": "3.43.4",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",