mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-07 10:22:48 +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;
|
const { recent } = this.props;
|
||||||
recent.toArray().map((search) => {
|
recent.toArray().map((search) => {
|
||||||
this.handleForgetRecentSearchClick(search);
|
this.handleForgetRecentSearchClick(search);
|
||||||
})
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
_unfocus () {
|
_unfocus () {
|
||||||
document.querySelector('.ui').parentElement.focus();
|
document.querySelector('.ui').parentElement.focus();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user