mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-06 18:01:05 +00:00
Fix new prettier issues
This commit is contained in:
parent
14ddab19ee
commit
e40f3465f9
|
@ -225,8 +225,8 @@ class Search extends PureComponent {
|
|||
const { recent } = this.props;
|
||||
recent.toArray().map((search) => {
|
||||
this.handleForgetRecentSearchClick(search);
|
||||
})
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
_unfocus () {
|
||||
document.querySelector('.ui').parentElement.focus();
|
||||
|
|
Loading…
Reference in New Issue
Block a user