diff --git a/packages/tldraw/src/lib/tools/SelectTool/childStates/EditingShape.ts b/packages/tldraw/src/lib/tools/SelectTool/childStates/EditingShape.ts index 27eae5cab..759cd480a 100644 --- a/packages/tldraw/src/lib/tools/SelectTool/childStates/EditingShape.ts +++ b/packages/tldraw/src/lib/tools/SelectTool/childStates/EditingShape.ts @@ -100,10 +100,6 @@ export class EditingShape extends StateNode { this.editor.mark('editing on pointer up') this.editor.select(selectingShape.id) - - // When clicking on a different shape's label, we need to clear the other selection - // proactively until the pointer up happens. - requestAnimationFrame(() => window.getSelection()?.removeAllRanges()) return } }