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

Method popModal

src/manager/msFocusManager.ts:129–136  ·  view source on GitHub ↗
(actor: Clutter.Actor)

Source from the content-addressed store, hash-verified

127 }
128
129 popModal(actor: Clutter.Actor) {
130 const grab = this.actorGrabMap.get(actor);
131 if (grab !== undefined) {
132 Main.popModal(grab);
133
134 this.actorGrabMap.delete(actor);
135 }
136 }
137}

Callers 3

toggleOverviewMethod · 0.80
endDragMethod · 0.80
endResizeMethod · 0.80

Calls 2

getMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected