(state: DnDState)
| 403 | } |
| 404 | |
| 405 | export function setGlobalDnDState(state: DnDState): void { |
| 406 | globalDndState = state; |
| 407 | } |
| 408 | |
| 409 | // Util function to check if the current dragging collection ref is the same as the current targeted droppable collection ref. |
| 410 | // Allows a droppable ref arg in case the global drop collection ref hasn't been set |