Skip to content

Commit

Permalink
Fix regression when expanding folded code cell, closes #245
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Nov 1, 2022
1 parent 9ea265c commit 3854f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/viewer-js-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3G8qHYpeyRtTiivLb5mGgdo6VrZM
3xseeZnVHU7wP8QKdQc1nhsr3Biq
2 changes: 1 addition & 1 deletion src/nextjournal/clerk/render.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
{:class "text-[10px]"}
"evaluated in 0.2s"]]
[:div.viewer-code.mb-2.relative {:style {:margin-top 0}}
[inspect-presented (render-code code-string)]]])))
[render-code code-string]]])))


(defn url-for [{:as src :keys [blob-id]}]
Expand Down

0 comments on commit 3854f46

Please sign in to comment.