mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix(editor): avoid nav to block with empty uuid
This commit is contained in:
@@ -1676,7 +1676,7 @@
|
||||
(util/stop e))
|
||||
|
||||
:else
|
||||
(route-handler/redirect-to-page! uuid)))
|
||||
(when uuid (route-handler/redirect-to-page! uuid))))
|
||||
|
||||
(rum/defc block-children < rum/reactive
|
||||
[config block children collapsed?]
|
||||
|
||||
Reference in New Issue
Block a user