(e)
| 171 | } |
| 172 | }, |
| 173 | onDropMove(e) { |
| 174 | if (localState.nextTarget != null) { |
| 175 | state.setTarget(localState.nextTarget); |
| 176 | } |
| 177 | autoScroll.move(e.x, e.y); |
| 178 | }, |
| 179 | getDropOperationForPoint(types, allowedOperations, x, y) { |
| 180 | let {draggingKeys, dropCollectionRef} = globalDndState; |
| 181 | let isInternal = isInternalDropOperation(ref); |