fix: search input issues

This commit is contained in:
Konstantinos Kaloutas
2022-08-23 21:38:21 +03:00
committed by Tienson Qin
parent fac1180a07
commit 322e3a730a
7 changed files with 85 additions and 58 deletions

View File

@@ -251,7 +251,7 @@
:go/electron-find-in-page {:binding "mod+f"
:fn #(when (util/electron?)
(search-handler/electron-find-in-page!))}
(search-handler/open-find-in-page!))}
:go/journals {:binding "g j"
:fn route-handler/go-to-journals!}