@operato/scene-manufacturing 1.3.27 → 1.3.29

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.
package/src/tact-timer.ts CHANGED
@@ -110,6 +110,8 @@ export default class TactTimer extends RectPath(Shape) {
110
110
  const { autoStart, started } = this.state
111
111
 
112
112
  if (autoStart || started) {
113
+ this.setState('started', true)
114
+
113
115
  this.start()
114
116
  }
115
117
  }