Re-add refreshControls to TwoPaneDialog

809881 removed one refreshControl too many

Bug: T311296
Change-Id: I72eb03e3db948213117a94d86d79401448759342
This commit is contained in:
Svantje Lilienthal 2022-06-30 14:31:09 +02:00
parent a9ac3052db
commit b4ed246db2

View file

@ -370,6 +370,7 @@ ve.ui.MWTwoPaneTransclusionDialogLayout.prototype.setPage = function ( name ) {
}
page.setActive( true );
this.stackLayout.setItem( page );
this.refreshControls();
this.emit( 'set', page );
};