This commit is contained in:
Ajay M 2021-06-23 22:09:15 -04:00 committed by GitHub
parent e1ceb7f7cc
commit 352656a398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -447,7 +447,7 @@ const AdhocFilterEditPopoverSimpleTabContent: React.FC<Props> = props => {
name="filter-value" name="filter-value"
ref={ref => { ref={ref => {
if (ref && shouldFocusComparator) { if (ref && shouldFocusComparator) {
ref.blur(); ref.focus();
} }
}} }}
onChange={onInputComparatorChange} onChange={onInputComparatorChange}