mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Re-add refreshControls to TwoPaneDialog
809881 removed one refreshControl too many Bug: T311296 Change-Id: I72eb03e3db948213117a94d86d79401448759342
This commit is contained in:
parent
a9ac3052db
commit
b4ed246db2
|
@ -370,6 +370,7 @@ ve.ui.MWTwoPaneTransclusionDialogLayout.prototype.setPage = function ( name ) {
|
|||
}
|
||||
page.setActive( true );
|
||||
this.stackLayout.setItem( page );
|
||||
this.refreshControls();
|
||||
this.emit( 'set', page );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue