Move the save tab after the conflict is resolved to not trigger many change dialogs

This commit is contained in:
Tim Robinson 2016-09-13 15:50:49 +00:00
parent fb18f56fa4
commit 76630bcf52

View File

@ -352,8 +352,8 @@ define(function(require, exports, module) {
var doc = tab.document;
doc.setBookmarkedValue(data, true);
doc.meta.timestamp = Date.now() - settings.timeOffset;
save.save(tab);
changedPaths[path].resolve();
save.save(tab);
}
function mergeChangedPath(err, path, data) {