()
| 214 | }; |
| 215 | |
| 216 | const handleStageDragStart = () => { |
| 217 | if (selectedTool === "hand") { |
| 218 | setIsPanning(true); |
| 219 | } |
| 220 | }; |
| 221 | |
| 222 | const handleStageDragEnd = (e: KonvaEventObject<DragEvent>) => { |
| 223 | handleStageDragMove(e); |
nothing calls this directly
no outgoing calls
no test coverage detected