@tldraw/editor 4.4.0-canary.473d4a5de6b3 → 4.4.0-canary.4e4f05b278df

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
@@ -372,7 +372,7 @@ var import_uniq = require("./lib/utils/uniq");
372
372
  var import_window_open = require("./lib/utils/window-open");
373
373
  (0, import_utils.registerTldrawLibraryVersion)(
374
374
  "@tldraw/editor",
375
- "4.4.0-canary.473d4a5de6b3",
375
+ "4.4.0-canary.4e4f05b278df",
376
376
  "cjs"
377
377
  );
378
378
  //# sourceMappingURL=index.js.map
@@ -7567,9 +7567,7 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
7567
7567
  case "pinch_start": {
7568
7568
  if (inputs.getIsPinching()) return;
7569
7569
  if (!inputs.getIsEditing()) {
7570
- if (!this._selectedShapeIdsAtPointerDown.length) {
7571
- this._selectedShapeIdsAtPointerDown = [...pageState.selectedShapeIds];
7572
- }
7570
+ this._selectedShapeIdsAtPointerDown = [...pageState.selectedShapeIds];
7573
7571
  this._didPinch = true;
7574
7572
  inputs.setIsPinching(true);
7575
7573
  this.interrupt();
@@ -7784,6 +7782,7 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
7784
7782
  this.setCurrentTool(this._restoreToolId);
7785
7783
  }
7786
7784
  }
7785
+ this._selectedShapeIdsAtPointerDown = [];
7787
7786
  break;
7788
7787
  }
7789
7788
  }