Is there a way to have more than one tab through ember-ace?
I had been changing the value attribute to handle different documents, but this is not ideal. For one, undo functionality gets confused. I think the intended Ace approach for doing this is to use a new Tab for each document.
Is there a way to have more than one tab through ember-ace?
I had been changing the
valueattribute to handle different documents, but this is not ideal. For one, undo functionality gets confused. I think the intended Ace approach for doing this is to use a new Tab for each document.