()
| 234 | ); |
| 235 | |
| 236 | const centerCameraOnlyWindow = () => { |
| 237 | ignoreMoveFor(1500); |
| 238 | void commands.ignoreCameraWindowPosition(1500); |
| 239 | void centerCurrentWindow(); |
| 240 | setTimeout(() => { |
| 241 | void centerCurrentWindow(); |
| 242 | }, 120); |
| 243 | }; |
| 244 | |
| 245 | onMount(() => { |
| 246 | if (isCameraOnlyMode()) { |
no test coverage detected