We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da66f82 commit 7c55f47Copy full SHA for 7c55f47
src/lib/devtools/formatters/printing.cljs
@@ -125,8 +125,7 @@
125
circular? (is-circular? obj)
126
inner-writer (make-template-writer (:markup-db opts))
127
path-info (get-current-path-info)]
128
- (when (pref :render-path-annotations)
129
- (push-object-to-current-history! obj))
+ (push-object-to-current-history! obj)
130
(alt-printer-job obj inner-writer opts)
131
(.merge writer (post-process-printed-output (.get-group inner-writer) obj markup-db circular? path-info)))))
132
0 commit comments