MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / cleanDroppable

Method cleanDroppable

src/dd-element.ts:93–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 public cleanDroppable(): DDElement {
94 if (this.ddDroppable) {
95 this.ddDroppable.destroy();
96 delete this.ddDroppable;
97 }
98 return this;
99 }
100}

Callers 2

droppableMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected