@tldraw/editor 4.3.0-canary.bf705d8133cd → 4.3.0-canary.d4af7a11f36b

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
@@ -370,7 +370,7 @@ var import_uniq = require("./lib/utils/uniq");
370
370
  var import_window_open = require("./lib/utils/window-open");
371
371
  (0, import_utils.registerTldrawLibraryVersion)(
372
372
  "@tldraw/editor",
373
- "4.3.0-canary.bf705d8133cd",
373
+ "4.3.0-canary.d4af7a11f36b",
374
374
  "cjs"
375
375
  );
376
376
  //# sourceMappingURL=index.js.map
@@ -7469,6 +7469,7 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
7469
7469
  this.setCursor({ type: this._prevCursor, rotation: 0 });
7470
7470
  }
7471
7471
  }
7472
+ this.emit("event", info);
7472
7473
  this.root.handleEvent(info);
7473
7474
  return;
7474
7475
  }