mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "Make category suggestions dropdown appear below the input box"
This commit is contained in:
commit
2f2a2207aa
|
@ -34,7 +34,7 @@ ve.ui.MWCategoryWidget = function VeUiMWCategoryWidget( config ) {
|
|||
'$$': this.$$, '$overlay': config.$overlay
|
||||
} );
|
||||
this.input = new ve.ui.MWCategoryInputWidget( this, {
|
||||
'$$': this.$$, '$overlay': config.$overlay, '$container': this.$
|
||||
'$$': this.$$, '$overlay': config.$overlay
|
||||
} );
|
||||
|
||||
// Events
|
||||
|
|
Loading…
Reference in a new issue