clojure-lab icon indicating copy to clipboard operation
clojure-lab copied to clipboard

Creating two co-existing instances of the app doesn't work.

Open jfacorro opened this issue 11 years ago • 0 comments

Initializing two independent instances of the app, causes the event-handling mechanism to replace the previous app atom with the most recent one.

This is not aligned with the spirit of the design. Maybe a dynamic var can work in this scenario, though it might get confusing.

jfacorro avatar May 21 '14 16:05 jfacorro