Merge "ve.ui.MWGalleryDialog: Fix showing the search panel" into wmf/1.41.0-wmf.11

This commit is contained in:
jenkins-bot 2023-05-30 14:59:36 +00:00 committed by Gerrit Code Review
commit 7b8de4db10

View file

@ -179,7 +179,7 @@ ve.ui.MWGalleryDialog.prototype.initialize = function () {
padded: true,
expanded: true,
scrollable: true
} ).toggle( false );
} );
this.editSearchStack = new OO.ui.StackLayout( {
items: [ this.editPanel, this.searchPanel ]
} );