diff --git a/packages/tldraw/src/lib/tools/SelectTool/childStates/Brushing.ts b/packages/tldraw/src/lib/tools/SelectTool/childStates/Brushing.ts index a3bc67bd6788..f078748177fd 100644 --- a/packages/tldraw/src/lib/tools/SelectTool/childStates/Brushing.ts +++ b/packages/tldraw/src/lib/tools/SelectTool/childStates/Brushing.ts @@ -194,7 +194,7 @@ export class Brushing extends StateNode { // If we're in wrap mode and the brush did not fully encloses the shape, it's a miss // We also skip frames unless we've completely selected the frame. - if (isWrapping || editor.isShapeFrame(shape)) { + if (editor.isShapeFrame(shape)) { continue testAllShapes }