mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: lint
This commit is contained in:
@@ -313,8 +313,8 @@
|
||||
|
||||
(defn attach-order-list-state
|
||||
[config block]
|
||||
(let [own-order-list-type (some-> block :block/properties :logseq.order-list-type str string/lower-case)]
|
||||
(let [own-order-list-index (some->> own-order-list-type (get-idx-of-order-list-block block))]
|
||||
(assoc config :own-order-list-type own-order-list-type
|
||||
:own-order-list-index own-order-list-index
|
||||
:own-order-number-list? (= own-order-list-type "number")))))
|
||||
(let [own-order-list-type (some-> block :block/properties :logseq.order-list-type str string/lower-case)
|
||||
own-order-list-index (some->> own-order-list-type (get-idx-of-order-list-block block))]
|
||||
(assoc config :own-order-list-type own-order-list-type
|
||||
:own-order-list-index own-order-list-index
|
||||
:own-order-number-list? (= own-order-list-type "number"))))
|
||||
Reference in New Issue
Block a user