mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
fix(studio): show inspector selection bounds after click (#789)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user