mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-18 01:00:45 +00:00
Merge "ve.ui.MWGalleryDialog: Fix showing the search panel" into wmf/1.41.0-wmf.10
This commit is contained in:
commit
47b9f04b12
|
@ -179,7 +179,7 @@ ve.ui.MWGalleryDialog.prototype.initialize = function () {
|
||||||
padded: true,
|
padded: true,
|
||||||
expanded: true,
|
expanded: true,
|
||||||
scrollable: true
|
scrollable: true
|
||||||
} ).toggle( false );
|
} );
|
||||||
this.editSearchStack = new OO.ui.StackLayout( {
|
this.editSearchStack = new OO.ui.StackLayout( {
|
||||||
items: [ this.editPanel, this.searchPanel ]
|
items: [ this.editPanel, this.searchPanel ]
|
||||||
} );
|
} );
|
||||||
|
|
Loading…
Reference in a new issue