Fix search input focus not working properly (#1752)
This commit is contained in:
parent
4d5e85ff09
commit
cf70b3de64
@ -435,7 +435,7 @@ class SearchDisplayController {
|
|||||||
case 'select':
|
case 'select':
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (element.contentEditable) { return true; }
|
if (element.isContentEditable) { return true; }
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user