MCPcopy Create free account
hub / github.com/UI5/webcomponents / reset

Method reset

packages/main/src/PopoverResize.ts:49–61  ·  view source on GitHub ↗

* Resets the resize state

()

Source from the content-addressed store, hash-verified

47 * Resets the resize state
48 */
49 reset() {
50 if (!this._resized) {
51 return;
52 }
53
54 this._resized = false;
55
56 delete this._currentDeltaX;
57 delete this._currentDeltaY;
58
59 delete this._totalDeltaX;
60 delete this._totalDeltaY;
61 }
62
63 /**
64 * Returns whether the popover has been resized

Callers 7

diffable-html.jsFile · 0.45
closePopupMethod · 0.45
mountTableFunction · 0.45
resetFormFunction · 0.45
AppFunction · 0.45
main.jsFile · 0.45
_resetReaderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected