aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/TopBar.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-29 02:37:28 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-12-09 00:07:39 +0100
commitf416bfecc61075d3dff69821b2d4503d6e1c4037 (patch)
treec0e6f3dab0e79d4117ff6b7dc7ea29f07891f1b7 /subprojects/frontend/src/TopBar.tsx
parentfix(frontend): content assist error recovery (diff)
downloadrefinery-f416bfecc61075d3dff69821b2d4503d6e1c4037.tar.gz
refinery-f416bfecc61075d3dff69821b2d4503d6e1c4037.tar.zst
refinery-f416bfecc61075d3dff69821b2d4503d6e1c4037.zip
fix(frontend): reduce Android rendering errors
Diffstat (limited to 'subprojects/frontend/src/TopBar.tsx')
-rw-r--r--subprojects/frontend/src/TopBar.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/frontend/src/TopBar.tsx b/subprojects/frontend/src/TopBar.tsx
index c943f7c4..0f757986 100644
--- a/subprojects/frontend/src/TopBar.tsx
+++ b/subprojects/frontend/src/TopBar.tsx
@@ -36,6 +36,7 @@ function useWindowControlsOverlayVisible(): boolean {
36 'geometrychange', 36 'geometrychange',
37 updateWindowControlsOverlayVisible, 37 updateWindowControlsOverlayVisible,
38 ); 38 );
39 updateWindowControlsOverlayVisible.cancel();
39 }; 40 };
40 } 41 }
41 // Nothing to clean up if `windowControlsOverlay` is unsupported. 42 // Nothing to clean up if `windowControlsOverlay` is unsupported.