mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
fix: circular dependency between outliner and frontend
by moving batch-tx into outliner dep. Outliner dep is now fully independent and we are able to write unit tests for all outliner namespaces unlike before
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
(:require [clojure.set :as set]
|
||||
[datascript.core :as d]
|
||||
[frontend.schema-register :include-macros true :as sr]
|
||||
[frontend.worker.batch-tx :include-macros true :as batch-tx]
|
||||
[logseq.outliner.batch-tx :include-macros true :as batch-tx]
|
||||
[frontend.worker.db-listener :as db-listener]
|
||||
[frontend.worker.state :as worker-state]
|
||||
[logseq.common.config :as common-config]
|
||||
|
||||
Reference in New Issue
Block a user