mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: shift+click to open journal page
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
:on-click (fn [e]
|
||||
(util/stop e)
|
||||
(when (gobj/get e "shiftKey")
|
||||
(when-let [page (db/pull [:page/name title])]
|
||||
(when-let [page (db/pull [:page/name (string/lower-case title)])]
|
||||
(state/sidebar-add-block!
|
||||
(state/get-current-repo)
|
||||
(:db/id page)
|
||||
|
||||
Reference in New Issue
Block a user