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

Method enable

src/dd-resizable.ts:86–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 public enable(): void {
87 super.enable();
88 this.el.classList.remove('ui-resizable-disabled');
89 this._setupAutoHide(this.option.autoHide);
90 }
91
92 public disable(): void {
93 super.disable();

Callers 1

constructorMethod · 0.95

Calls 1

_setupAutoHideMethod · 0.95

Tested by

no test coverage detected