mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Make category suggestions dropdown appear below the input box
Right now it's anchored to the bottom left of the category widget as a whole, even if the text box is pushed farther to the right by existing categories. Change-Id: I7f2ca12b82d17c27fb3b87cb819a2a99a9fed108
This commit is contained in:
parent
f81de3e1e9
commit
8fccb53afc
|
@ -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