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

Method disable

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

Source from the content-addressed store, hash-verified

90 }
91
92 public disable(): void {
93 super.disable();
94 this.el.classList.add('ui-resizable-disabled');
95 this._setupAutoHide(false);
96 }
97
98 public destroy(): void {
99 this._removeHandlers();

Callers

nothing calls this directly

Calls 2

_setupAutoHideMethod · 0.95
addMethod · 0.45

Tested by

no test coverage detected