MCPcopy Index your code
hub / github.com/cifertech/DisplayKit / onResizeUp

Function onResizeUp

app.js:4451–4468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4449 }
4450
4451 function onResizeUp() {
4452 if (isResizing) {
4453 pushHistory();
4454 }
4455 isResizing = false;
4456
4457 // Remove resizing class
4458 const elementDiv = handle.closest('.ui-element');
4459 if (elementDiv) {
4460 elementDiv.classList.remove('resizing');
4461 }
4462 preview.classList.remove('manipulating');
4463 hideSnapGuides();
4464 clearDistanceHints();
4465
4466 document.removeEventListener("mousemove", onResizeMove);
4467 document.removeEventListener("mouseup", onResizeUp);
4468 }
4469}
4470
4471function enableRotate(handle, elementId) {

Callers

nothing calls this directly

Calls 3

pushHistoryFunction · 0.85
hideSnapGuidesFunction · 0.85
clearDistanceHintsFunction · 0.85

Tested by

no test coverage detected