@tldraw/editor 3.8.0-canary.e055e1ac77c1 → 3.8.0-canary.e6516a26404a

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/dist-cjs/index.js CHANGED
@@ -363,7 +363,7 @@ function debugEnableLicensing() {
363
363
  }
364
364
  (0, import_utils.registerTldrawLibraryVersion)(
365
365
  "@tldraw/editor",
366
- "3.8.0-canary.e055e1ac77c1",
366
+ "3.8.0-canary.e6516a26404a",
367
367
  "cjs"
368
368
  );
369
369
  //# sourceMappingURL=index.js.map
@@ -1215,7 +1215,7 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
1215
1215
  if (partial.isChangingStyle === true) {
1216
1216
  this._isChangingStyleTimeout = this.timers.setTimeout(() => {
1217
1217
  this._updateInstanceState({ isChangingStyle: false }, { history: "ignore" });
1218
- }, 2e3);
1218
+ }, 1e3);
1219
1219
  }
1220
1220
  }
1221
1221
  return this;