Inline evaluation results can show up in the wrong editor #1120
Closed
Description
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.