mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
fix: lint
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
[clojure.walk :as walk]
|
||||
[frontend.db :as db]
|
||||
[frontend.db.model :as db-model]
|
||||
[frontend.db.react :as react]
|
||||
[frontend.mobile.haptics :as haptics]
|
||||
[frontend.modules.outliner.core :as outliner-core]
|
||||
[frontend.modules.outliner.transaction :as outliner-tx]
|
||||
@@ -16,10 +15,6 @@
|
||||
|
||||
;; Fns
|
||||
|
||||
(defn long-page?
|
||||
[repo page-id]
|
||||
(>= (db/get-page-blocks-count repo page-id) db-model/initial-blocks-length))
|
||||
|
||||
;; TODO: reduced version
|
||||
(defn- walk-block
|
||||
[block check? transform]
|
||||
|
||||
Reference in New Issue
Block a user