()
| 224 | return localState.dropOperation; |
| 225 | }, |
| 226 | onDropExit() { |
| 227 | setDropCollectionRef(undefined); |
| 228 | state.setTarget(null); |
| 229 | autoScroll.stop(); |
| 230 | }, |
| 231 | onDropActivate(e) { |
| 232 | if (state.target?.type === 'item' && typeof props.onDropActivate === 'function') { |
| 233 | props.onDropActivate({ |
nothing calls this directly
no test coverage detected