From 6d03c73443507b2f15c6cd6c0cd074e12e070301 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Thu, 18 Apr 2024 14:21:44 +0100 Subject: [PATCH] Update Editor.ts --- packages/editor/src/lib/editor/Editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/lib/editor/Editor.ts b/packages/editor/src/lib/editor/Editor.ts index f232ecc8f..28e2a68b1 100644 --- a/packages/editor/src/lib/editor/Editor.ts +++ b/packages/editor/src/lib/editor/Editor.ts @@ -8883,7 +8883,7 @@ export class Editor extends EventEmitter { // Stop pinching inputs.isPinching = false - // Stash and clear the + // Stash and clear the shapes that were selected when the pinch started const { _selectedShapeIdsAtPointerDown: shapesToReselect } = this this._selectedShapeIdsAtPointerDown = []