mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
enhance: notice when scheduled or deadline and there's no content
This commit is contained in:
@@ -392,6 +392,11 @@
|
||||
[]
|
||||
(ffirst (:editor/editing? @state)))
|
||||
|
||||
(defn get-input
|
||||
[]
|
||||
(when-let [id (get-edit-input-id)]
|
||||
(gdom/getElement id)))
|
||||
|
||||
(defn get-last-edit-input-id
|
||||
[]
|
||||
(:editor/last-edit-block-id @state))
|
||||
|
||||
Reference in New Issue
Block a user