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
The editor will stop syncing now. Problem is we cache the self.settings.file.name var outside the _syncTextarea function so it will only write to that file which isn't changing.
This also changes the behavior of the create event. Before create would
fire _before_ the file was created meaning if you asked for the file
inside of create it would give you undefined. I've moved the create
event into save, rather than importFile, and it fires after the file is
created.
For example:
The editor will stop syncing now. Problem is we cache the
self.settings.file.name
var outside the_syncTextarea
function so it will only write to that file which isn't changing.Reported originally from: #285
The text was updated successfully, but these errors were encountered: