mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-28 19:10:22 -05:00
Fix focusing search bar with hotkeys
This commit is contained in:
parent
c600bcfe1d
commit
b1ed2b1d03
@ -279,7 +279,7 @@ export default class UI extends React.Component {
|
||||
handleHotkeySearch = e => {
|
||||
e.preventDefault();
|
||||
|
||||
const element = this.node.querySelector('.search__input');
|
||||
const element = this.node.querySelector('.drawer--search input');
|
||||
|
||||
if (element) {
|
||||
element.focus();
|
||||
|
Loading…
Reference in New Issue
Block a user