mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
MWSaveDialog: Make the diff screen a larger rather than large size
Bug: T78823 Change-Id: If14acbeb8449e27e692bc52556c1d31305b4c54a
This commit is contained in:
parent
061925be87
commit
9625bd2c99
|
@ -192,7 +192,7 @@ ve.ui.MWSaveDialog.prototype.swapPanel = function ( panel ) {
|
||||||
.setMode( 'conflict' );
|
.setMode( 'conflict' );
|
||||||
break;
|
break;
|
||||||
case 'review':
|
case 'review':
|
||||||
this.setSize( 'large' );
|
this.setSize( 'larger' );
|
||||||
currentEditSummaryWikitext = this.editSummaryInput.getValue();
|
currentEditSummaryWikitext = this.editSummaryInput.getValue();
|
||||||
if ( this.lastEditSummaryWikitext === undefined || this.lastEditSummaryWikitext !== currentEditSummaryWikitext ) {
|
if ( this.lastEditSummaryWikitext === undefined || this.lastEditSummaryWikitext !== currentEditSummaryWikitext ) {
|
||||||
if ( this.editSummaryXhr ) {
|
if ( this.editSummaryXhr ) {
|
||||||
|
|
Loading…
Reference in a new issue