mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Take parameter list out of tab navigation when empty"
This commit is contained in:
commit
479732f516
|
@ -442,6 +442,7 @@ ve.ui.MWTransclusionOutlineTemplateWidget.prototype.filterParameters = function
|
|||
|
||||
this.toggleUnusedWidget.toggle( !query );
|
||||
this.infoWidget.toggle( nothingFound );
|
||||
this.parameterList.setTabIndex( nothingFound ? -1 : 0 );
|
||||
this.emit( 'filterParametersById', visibility );
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue