@internal
()
| 1459 | |
| 1460 | /** @internal */ |
| 1461 | private hasAnimationCSS(): boolean { return this.el.classList.contains('grid-stack-animate') } |
| 1462 | |
| 1463 | /** |
| 1464 | * Toggle the grid static state, which permanently removes/add Drag&Drop support, unlike disable()/enable() that just turns it off/on. |
no outgoing calls
no test coverage detected