mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-23 14:06:52 +00:00
Merge "ve.ui.MWGalleryDialog: Fix showing the search panel" into wmf/1.41.0-wmf.11
This commit is contained in:
commit
7b8de4db10
|
@ -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 ]
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue