mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 23:05:35 +00:00
Merge "Disable save button (and Alt+S) on conflict"
This commit is contained in:
commit
d774a642c9
|
@ -137,7 +137,7 @@ ve.ui.MWSaveDialog.prototype.swapPanel = function ( panel ) {
|
|||
} );
|
||||
break;
|
||||
case 'conflict':
|
||||
this.saveButton.$element.hide();
|
||||
this.saveButton.setDisabled( true ).$element.hide();
|
||||
this.reviewButton.$element.hide();
|
||||
this.reviewGoodButton.$element.hide();
|
||||
this.resolveConflictButton.$element.show();
|
||||
|
|
Loading…
Reference in a new issue