MCPcopy
hub / github.com/Shopify/draggable / destroy

Method destroy

src/Droppable/Droppable.js:132–138  ·  view source on GitHub ↗

* Destroys Droppable instance.

()

Source from the content-addressed store, hash-verified

130 * Destroys Droppable instance.
131 */
132 destroy() {
133 super.destroy();
134
135 this.off('drag:start', this[onDragStart])
136 .off('drag:move', this[onDragMove])
137 .off('drag:stop', this[onDragStop]);
138 }
139
140 /**
141 * Drag start handler

Callers 1

Droppable.test.jsFile · 0.45

Calls 1

offMethod · 0.45

Tested by

no test coverage detected