mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Fix shift+click on all pages launching a new window
This commit is contained in:
@@ -1051,6 +1051,7 @@
|
||||
(swap! *checks update idx not))})]
|
||||
|
||||
[:td.name [:a {:on-click (fn [e]
|
||||
(.preventDefault e)
|
||||
(let [repo (state/get-current-repo)]
|
||||
(when (gobj/get e "shiftKey")
|
||||
(state/sidebar-add-block!
|
||||
|
||||
Reference in New Issue
Block a user