Add data-event-name attribute to sticky search icon.

Bug: T296999
Change-Id: I3d5d8534f1946a9e9c876451fb7f7605712827e4
This commit is contained in:
Clare Ming 2021-12-07 16:20:20 -07:00
parent 662fa2a013
commit 43c1fee6b4
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ class SkinVector extends SkinMustache {
'is-quiet' => true,
'tabindex' => '-1',
'class' => 'vector-sticky-header-search-toggle',
'event' => 'ui.' . $searchBoxData['form-id'] . '.icon'
],
'data-search' => $searchBoxData,
'data-buttons' => $btns,