Skip to content

Commit

Permalink
Merge pull request #2396 from sid597/fix-comments-on-zoomed-in-view
Browse files Browse the repository at this point in the history
fix: Show comments on zoomed in view
  • Loading branch information
sid597 authored Sep 28, 2022
2 parents a1757c0 + 123ef56 commit 5187821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/athens/views/blocks/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@
(and @show-comments?
thread-uid))
^{:key uid}
[inline-comments/inline-comments renderer comments-data uid false])]
[inline-comments/inline-comments comments-data uid false])]

;; Properties
(when (and @properties-enabled?
Expand Down

0 comments on commit 5187821

Please sign in to comment.