fix: lint

pull/11525/head
Tienson Qin 2024-09-15 12:36:30 +08:00
parent 4a42168dc3
commit 7b9acaa370
2 changed files with 2 additions and 3 deletions

View File

@ -3,8 +3,7 @@
[logseq.db.frontend.schema :as db-schema]
[datascript.core :as d]
[logseq.db :as ldb]
[logseq.db.sqlite.create-graph :as sqlite-create-graph]
[logseq.db.sqlite.build :as sqlite-build]))
[logseq.db.sqlite.create-graph :as sqlite-create-graph]))
;;; datoms

View File

@ -395,7 +395,7 @@
(let [block (db/pull [:block/uuid block-id])]
(editor-handler/edit-block! block :max)))))
(defn render!
(defn ^:large-vars/cleanup-todo render!
[state]
(let [[config id attr _code theme user-options] (:rum/args state)
default-open? (and (:editor/code-mode? @state/state)