Add 'Esc' hotkey behavior on Filter and Sorts dropdown (#1622)
* fix esc key * add changes * add changes * add changes
This commit is contained in:
@ -43,7 +43,7 @@ export const ViewBar = ({
|
||||
hotkeyScope={{ scope: FiltersHotkeyScope.FilterDropdownButton }}
|
||||
/>
|
||||
<SortDropdownButton
|
||||
hotkeyScope={{ scope: FiltersHotkeyScope.FilterDropdownButton }}
|
||||
hotkeyScope={{ scope: FiltersHotkeyScope.SortDropdownButton }}
|
||||
isPrimaryButton
|
||||
/>
|
||||
{optionsDropdownButton}
|
||||
|
||||
Reference in New Issue
Block a user