You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing a second editor after one is has dissapeared. For example when i create an editor and the container has v-if on it, the console shows an error and wont update the data object in Vue anymore.
TypeError: self._editor is null
Error occures on this line:
self._editor.html.set(self.model || ''); //This will reset the undo stack everytime the model changes externally. Can we fix this?
AlejandroMut, imuller, Rainbowm, rcheung9 and JelleScheer