You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easier to show than tell (look at what happens on line 31 of hello_clojure.clj):
If I evaluate the (do) form, then switch to a different editor, the inline evaluation result shows up in the new editor instead of next to the form I evaluated. I'd expect it to show up next to the form I evaluated regardless of which editor is active.
The text was updated successfully, but these errors were encountered:
Easier to show than tell (look at what happens on line 31 of
hello_clojure.clj
):If I evaluate the
(do)
form, then switch to a different editor, the inline evaluation result shows up in the new editor instead of next to the form I evaluated. I'd expect it to show up next to the form I evaluated regardless of which editor is active.The text was updated successfully, but these errors were encountered: