SyncManager exclude savedItems from retrievedItems, syncing source string

This commit is contained in:
Mo Bitar
2018-01-23 10:05:23 -06:00
parent 05af90290b
commit ed3f0aa620
14 changed files with 62 additions and 40 deletions

View File

@@ -143,7 +143,7 @@ angular.module('app')
}
// Lots of dirtying can happen above, so we'll sync
syncManager.sync();
syncManager.sync("editorMenuOnSelect");
}.bind(this)
this.hasAvailableExtensions = function() {