mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: can't create page with the same name if namespace page exists
fixes https://github.com/logseq/db-test/issues/429
This commit is contained in:
@@ -891,7 +891,7 @@
|
||||
:trigger (fn [chosen]
|
||||
(state/pub-event! [:editor/hide-action-bar])
|
||||
(state/clear-selection!)
|
||||
(move-blocks! blocks (:source-page chosen) {:bottom? true}))}))
|
||||
(move-blocks! blocks (:source-block chosen) {:bottom? true}))}))
|
||||
(notification/show! "There's no block selected, please select blocks first." :warning))))
|
||||
|
||||
(defn delete-block!
|
||||
|
||||
Reference in New Issue
Block a user