Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
Calls
1
_setupAutoHide
Method · 0.95
Tested by
no test coverage detected