(el: HTMLElement)
| 43 | return calls[0][0].reason; |
| 44 | } |
| 45 | export function isDragging(el: HTMLElement): boolean { |
| 46 | return el.getAttribute('data-is-dragging') === 'true'; |
| 47 | } |
| 48 | |
| 49 | export function isDropAnimating(el: HTMLElement): boolean { |
| 50 | return el.getAttribute('data-is-drop-animating') === 'true'; |
no outgoing calls
no test coverage detected
searching dependent graphs…