sys editor comment

This commit is contained in:
Mo Bitar
2017-04-15 11:21:36 -05:00
parent ee13af5726
commit 8fa181fca6

View File

@@ -12,6 +12,9 @@ class EditorManager {
}
$rootScope.$on("sync:completed", function(){
// we want to wait for sync completion before creating a syncable system editor
// we need to sync the system editor so that we can assign note preferences to it
// that is, when a user selects Plain for a note, we need to remember that
if(this.systemEditor.uuid) {
return;
}