Skip to content

Commit

Permalink
fix UI eval not showing result
Browse files Browse the repository at this point in the history
  • Loading branch information
thheller committed Sep 2, 2020
1 parent 43a229c commit be240d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/shadow/cljs/ui/worker/inspect.cljs
Expand Up @@ -506,6 +506,7 @@
:oid ref-oid
:runtime-id from
:runtime (db/make-ident ::m/runtime from)})
(assoc-in [::m/inspect :current] (inc panel-idx))
(assoc-in [::m/inspect :stack] stack))})))

(sw/reg-event-fx env/app-ref ::inspect-eval-compile-error!
Expand Down

0 comments on commit be240d3

Please sign in to comment.