()
| 136 | }; |
| 137 | |
| 138 | const handleClickRemoveBox = () => { |
| 139 | onRemove(); |
| 140 | setBounds(null); |
| 141 | setDrawBounds(null); |
| 142 | setIsDrag(true); |
| 143 | }; |
| 144 | |
| 145 | const handleChangeDone = (e) => { |
| 146 | setBounds(e); |
nothing calls this directly
no outgoing calls
no test coverage detected