fix(studio): show inspector selection bounds after click (#789)

This commit is contained in:
Phuong Le
2026-05-13 09:08:59 +02:00
committed by GitHub
parent 9058ee39c8
commit 10fb968583
3 changed files with 166 additions and 12 deletions
@@ -223,7 +223,6 @@ export const DomEditOverlay = memo(function DomEditOverlay({
suppressNextOverlayMouseDownRef.current = true;
selectionRef.current = candidate;
overlayRectRef.current = candidateRect;
setOverlayRect(candidateRect);
const didStartGesture = gestures.startGesture("drag", event, {
selection: candidate,