MCPcopy Create free account
hub / github.com/ShipSecAI/studio / stopResizing

Function stopResizing

frontend/src/components/workflow/WorkflowBuilderShell.tsx:140–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 };
139
140 const stopResizing = () => {
141 if (inspectorResizingRef.current) {
142 inspectorResizingRef.current = false;
143 setIsInspectorResizing(false);
144 document.body.classList.remove('select-none');
145 }
146 };
147
148 window.addEventListener('mousemove', handleMouseMove);
149 window.addEventListener('mouseup', stopResizing);

Callers

nothing calls this directly

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected