mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Move the save tab after the conflict is resolved to not trigger many change dialogs
This commit is contained in:
parent
fb18f56fa4
commit
76630bcf52
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user