mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: make sure container-id exists for now
This commit is contained in:
@@ -176,7 +176,8 @@
|
||||
(when block
|
||||
(state/clear-edit!)
|
||||
(let [container-id (or container-id
|
||||
@(:editor/container-id @state/state))]
|
||||
@(:editor/container-id @state/state)
|
||||
:unknown-container)]
|
||||
(state/set-editing! (str "edit-block-" (:block/uuid block)) content block text-range {:container-id container-id}))
|
||||
(mark-last-input-time! repo)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user