How can I add multiple ace editors on a single html page? It only seems to work on ID "editor"?
I wanna add multiple ace editor divs on a single html document, I've tried to name them all different on the ID level but it stops working immidiately after changing the ID to anything other than "editor". I've seen solutions…