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

Method _cleanHelper

src/dd-resizable.ts:245–251  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

243
244 /** @internal */
245 protected _cleanHelper(): DDResizable {
246 DDResizable._originStyleProp.forEach((prop, i) => {
247 this.el.style[prop] = this.elOriginStyleVal[i] || null;
248 });
249 this.el.parentElement.style.position = this.parentOriginStylePosition || null;
250 return this;
251 }
252
253 /** @internal */
254 protected _getChange(event: MouseEvent, dir: string): TemporalRect {

Callers 1

_resizeStopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected