mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
fix: clear indentation for paragraphs
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
(ns frontend.debug
|
||||
(:require [cljs.pprint :as pprint]
|
||||
[frontend.config :as config]
|
||||
[frontend.state :as state]))
|
||||
|
||||
(defn pprint
|
||||
[& xs]
|
||||
(when (or config/dev? (state/developer-mode?))
|
||||
(when (state/developer-mode?)
|
||||
(doseq [x xs]
|
||||
(pprint/pprint x))))
|
||||
|
||||
Reference in New Issue
Block a user