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

Method cleanDraggable

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

Source from the content-addressed store, hash-verified

57 }
58
59 public cleanDraggable(): DDElement {
60 if (this.ddDraggable) {
61 this.ddDraggable.destroy();
62 delete this.ddDraggable;
63 }
64 return this;
65 }
66
67 public setupResizable(opts: DDResizableOpt): DDElement {
68 if (!this.ddResizable) {

Callers 2

draggableMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected