mirror of
https://github.com/logseq/logseq.git
synced 2026-05-28 22:49:53 +00:00
chore: more frontend lints
This commit is contained in:
@@ -2307,7 +2307,7 @@
|
||||
(when-let [property (db/entity [:block/uuid pid])]
|
||||
(pv/property-value block property (get (:block/properties block) pid) {:icon? true})))])))
|
||||
|
||||
(rum/defc block-content < rum/reactive
|
||||
(rum/defc ^:large-vars/cleanup-todo block-content < rum/reactive
|
||||
[config {:block/keys [uuid content properties scheduled deadline format pre-block?] :as block} edit-input-id block-id slide? selected? *ref]
|
||||
(let [repo (state/get-current-repo)
|
||||
content (or (:block/original-name block)
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
repo (state/get-current-repo)]
|
||||
(<! (full-upload-download-graph/<upload-graph state repo)))))
|
||||
|
||||
(rum/defcs rtc-debug-ui <
|
||||
(rum/defcs ^:large-vars/cleanup-todo rtc-debug-ui <
|
||||
rum/reactive
|
||||
(rum/local nil ::graph-uuid)
|
||||
(rum/local nil ::local-tx)
|
||||
|
||||
Reference in New Issue
Block a user