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

Method cleanResizable

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

Source from the content-addressed store, hash-verified

74 }
75
76 public cleanResizable(): DDElement {
77 if (this.ddResizable) {
78 this.ddResizable.destroy();
79 delete this.ddResizable;
80 }
81 return this;
82 }
83
84 public setupDroppable(opts: DDDroppableOpt): DDElement {
85 if (!this.ddDroppable) {

Callers 2

resizableMethod · 0.80

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected