mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: lint
This commit is contained in:
@@ -53,16 +53,6 @@
|
||||
[block]
|
||||
(get-timestamp block "Deadline"))
|
||||
|
||||
(defn indentable?
|
||||
[{:block/keys [parent] :as block}]
|
||||
(when parent
|
||||
(not= (:db/id (ldb/get-first-child (db/get-db) (:db/id parent)))
|
||||
(:db/id block))))
|
||||
|
||||
(defn outdentable?
|
||||
[{:block/keys [level] :as _block}]
|
||||
(not= level 1))
|
||||
|
||||
(defn select-block!
|
||||
[block-uuid]
|
||||
(let [blocks (util/get-blocks-by-id block-uuid)]
|
||||
|
||||
Reference in New Issue
Block a user