Update Editor.ts

pull/3282/head
Steve Ruiz 2024-04-18 14:21:44 +01:00
rodzic 8aca34fd9a
commit 6d03c73443
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -8883,7 +8883,7 @@ export class Editor extends EventEmitter<TLEventMap> {
// 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 = []