Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor 9a1b9b039e fix: CMD+F with in-app find interface open should open native find interface 2025-05-08 17:51:14 -04:00
+1
View File
@@ -41,6 +41,7 @@ function useKeyboardShortcuts({
useKeyDown(
(ev) =>
isModKey(ev) &&
!popover.visible &&
ev.code === "KeyF" &&
// Keyboard handler is through the AppMenu on Desktop v1.2.0+
!(Desktop.bridge && "onFindInPage" in Desktop.bridge),