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

pull/358/head
Tim Robinson 2016-09-13 15:50:49 +00:00
rodzic fb18f56fa4
commit 76630bcf52
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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) {