Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mk committed Jul 12, 2023
1 parent eae4d7a commit 48291bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nextjournal/clerk/viewer.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1112,8 +1112,8 @@
blocks))

(defn in-main-ns [doc var]
#?(:clj session/in-main-ns
:cljs identity))
#?(:clj (session/in-main-ns doc var)
:cljs var))

(defn atom-var-name->state [doc]
(->viewer-eval
Expand Down

0 comments on commit 48291bd

Please sign in to comment.