MCPcopy
hub / github.com/CapSoftware/Cap / resizing

Function resizing

apps/desktop/src/components/Cropper.tsx:288–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286 >({ drag: null, hoveringHandle: null });
287
288 const resizing = () =>
289 mouseState.drag === "handle" || mouseState.drag === "overlay";
290 const cursorStyle = () => {
291 if (mouseState.drag === "region" || mouseState.drag === "overlay")
292 return "grabbing";

Callers 1

CropperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected