MCPcopy
hub / github.com/paperwm/PaperWM / callback

Function callback

tiling.js:3766–3766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3764 if (needLayout && !space._inLayout) {
3765 // Restore window position when eg. exiting fullscreen
3766 let callback = () => { };
3767 if (addCallback && !Navigator.navigating && selected) {
3768 callback = () => {
3769 moveTo(x, true);

Callers 9

_keyPressEventMethod · 0.85
_keyReleaseEventMethod · 0.85
layoutMethod · 0.85
onCompleteMethod · 0.85
move_toFunction · 0.85
doneFunction · 0.85
load_asyncMethod · 0.85
syncStringSettingMethod · 0.85
upgradeGnomeMonitorsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected