We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7232a8d commit 546c510Copy full SHA for 546c510
src/web/App.tsx
@@ -572,7 +572,7 @@ export const App: VoidComponent = () => {
572
chunks.setSelectingInTranslation(selectingInChunkTranslation ?? false);
573
});
574
575
- document.addEventListener("blur", globalTooltip.hide);
+ window.addEventListener("blur", globalTooltip.hide);
576
577
// ==============================================================================================
578
0 commit comments