MCPcopy Index your code
hub / github.com/paperwm/PaperWM / onComplete

Method onComplete

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

Source from the content-addressed store, hash-verified

3085 mru.forEach((space, i) => {
3086 let actor = space.actor;
3087 let h, onComplete = () => { };
3088 if (to === i)
3089 h = StackPositions.selected;
3090 else if (to + 1 === i)

Callers

nothing calls this directly

Calls 4

callbackFunction · 0.85
startAnimateMethod · 0.80
moveDoneMethod · 0.80
hideMethod · 0.45

Tested by

no test coverage detected