fix: /scheduled doesn't work

This commit is contained in:
Tienson Qin
2022-01-14 10:41:14 +08:00
parent 7c8e8e06c6
commit 4c3d01f98e

View File

@@ -96,8 +96,8 @@
block-data (state/get-timestamp-block)
{:keys [block typ show?]} block-data
block-id (or (:block/uuid (state/get-edit-block))
(:block/uuid block))]
typ (or @commands/*current-command typ)
(:block/uuid block))
typ (or @commands/*current-command typ)]
(editor-handler/set-block-timestamp! block-id
typ
text)