Fix focusing search bar with hotkeys
This commit is contained in:
parent
5de267d6ff
commit
a2c595d0d0
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ export default class UI extends React.Component {
|
||||||
handleHotkeySearch = e => {
|
handleHotkeySearch = e => {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
|
||||||
const element = this.node.querySelector('.search__input');
|
const element = this.node.querySelector('.drawer--search input');
|
||||||
|
|
||||||
if (element) {
|
if (element) {
|
||||||
element.focus();
|
element.focus();
|
||||||
|
|
Loading…
Reference in a new issue