MCPcopy Index your code
hub / github.com/material-shell/material-shell / endResize

Method endResize

src/manager/msResizeManager.ts:192–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 }
191
192 endResize() {
193 assert(this.resizeInProgress !== null, 'No resize in progress');
194 this.resizeInProgress = null;
195
196 this.msWindowManager.msFocusManager.popModal(this.inputResizer);
197 Me.stateManager!.stateChanged();
198
199 global.stage.remove_child(this.inputResizer);
200 Me.msThemeManager!.setCursor(Meta.Cursor.DEFAULT);
201 }
202
203 resizeTileable(
204 tileable: Tileable,

Callers 1

endPointerCheckerMethod · 0.95

Calls 5

assertFunction · 0.90
popModalMethod · 0.80
setCursorMethod · 0.80
remove_childMethod · 0.65
stateChangedMethod · 0.45

Tested by

no test coverage detected