()
| 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"; |