mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Merge branch '2.x' into uploader
# Conflicts: # modules/modes/save.js
This commit is contained in:
@@ -65,16 +65,23 @@ export function modeSave(context) {
|
||||
.append('div')
|
||||
.attr('class','sidebar-component');
|
||||
|
||||
context.container().selectAll('#content')
|
||||
.attr('class', 'active');
|
||||
|
||||
var ui = uiConflicts(context)
|
||||
.conflictList(conflicts)
|
||||
.origChanges(origChanges)
|
||||
.on('cancel', function() {
|
||||
context.container().selectAll('#content')
|
||||
.attr('class', 'inactive')
|
||||
selection.remove();
|
||||
keybindingOn();
|
||||
|
||||
uploader.cancelConflictResolution();
|
||||
})
|
||||
.on('save', function() {
|
||||
context.container().selectAll('#content')
|
||||
.attr('class', 'inactive');
|
||||
selection.remove();
|
||||
|
||||
uploader.processResolvedConflicts(changeset);
|
||||
|
||||
Reference in New Issue
Block a user