()
| 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); |
no outgoing calls
no test coverage detected