Pomax / browser-editor-tests

A browser based code editor test (code mirror, monaco, etc)
0 stars 0 forks source link

[codemirror] switch to using state switching rather than separate editor instances #8

Open Pomax opened 3 weeks ago

Pomax commented 3 weeks ago

This should be one of the things that codemirror 6 made "easier", so rather than creating a whole bunch of cmInstances, it's time to rewrite the code to use a single instance with state swapping instead of show/hiding separate instances.