()
| 33 | } |
| 34 | |
| 35 | export function destroyFullscreenStore() { |
| 36 | const subscriptions = subscriptionsRouter; |
| 37 | if (!subscriptions) return; |
| 38 | |
| 39 | subscriptions.unsubscribeFrontendMessage("WindowFullscreen"); |
| 40 | } |
| 41 | |
| 42 | export function fullscreenModeChanged() { |
| 43 | update((state) => { |
no outgoing calls
no test coverage detected