mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
feat: add typos to GitHub action
Signed-off-by: Zhizhen He <hezhizhen.yi@gmail.com>
This commit is contained in:
committed by
Gabriel Horner
parent
f6d4560044
commit
25c15053d6
@@ -132,7 +132,7 @@
|
||||
|
||||
[:p.mt-4
|
||||
(ui/button "Submit"
|
||||
:on-click on-submit)]]))
|
||||
:on-click on-submit)]]))
|
||||
|
||||
(rum/defc date-picker < rum/reactive
|
||||
{:init (fn [state]
|
||||
@@ -161,7 +161,7 @@
|
||||
(util/stop e)
|
||||
(let [date (t/to-default-time-zone date)
|
||||
journal (date/journal-name date)]
|
||||
;; deadline-or-schedule? is handled in on-sumbit, not here
|
||||
;; deadline-or-schedule? is handled in on-submit, not here
|
||||
(when-not deadline-or-schedule?
|
||||
;; similar to page reference
|
||||
(editor-handler/insert-command! dom-id
|
||||
|
||||
Reference in New Issue
Block a user