fix(editor): avoid nav to block with empty uuid

This commit is contained in:
Andelf
2023-03-22 16:35:11 +08:00
committed by Tienson Qin
parent 7e8b355e0d
commit de9ab536fe

View File

@@ -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?]