mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
Fix: search in page position
This commit is contained in:
committed by
Tienson Qin
parent
1067ffde38
commit
92ea768457
@@ -511,9 +511,6 @@
|
||||
{:tabIndex "-1"
|
||||
:data-is-margin-less-pages margin-less-pages?}
|
||||
|
||||
(when (util/electron?)
|
||||
(find-in-page/search))
|
||||
|
||||
(when show-action-bar?
|
||||
(action-bar/action-bar))
|
||||
|
||||
@@ -783,6 +780,9 @@
|
||||
:default-home default-home
|
||||
:new-block-mode new-block-mode})
|
||||
|
||||
(when (util/electron?)
|
||||
(find-in-page/search))
|
||||
|
||||
(main {:route-match route-match
|
||||
:margin-less-pages? margin-less-pages?
|
||||
:logged? logged?
|
||||
|
||||
Reference in New Issue
Block a user