We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6456bdb commit 9ed6ab2Copy full SHA for 9ed6ab2
src/day8/re_frame_10x/components/cljs_devtools.cljs
@@ -25,7 +25,7 @@
25
[day8.re-frame-10x.tools.reader.edn :as reader.edn]
26
[day8.re-frame-10x.panels.settings.subs :as settings.subs]))
27
28
-(def default-config @devtools.prefs/default-config)
+(def initial-config @devtools.prefs/initial-config)
29
30
(defn base-config
31
[]
@@ -64,7 +64,7 @@
64
;; TODO: If we expose ambiance and/or syntax color scheme as settings will need to fix this, maybe by recalculating
65
;; at the time the setting is changed/loaded.
66
(def custom-config
67
- (merge default-config (base-config) #_bright-ambiance-config))
+ (merge initial-config (base-config) #_bright-ambiance-config))
68
69
(defn header [value config & [{:keys [render-paths?]}]]
70
(with-cljs-devtools-prefs
0 commit comments