mirror of
https://github.com/mastodon/mastodon.git
synced 2025-03-25 01:32:14 +01:00
parent
4a4d08f3a0
commit
bd3420b139
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ class EmojiPickerDropdown extends React.PureComponent {
|
||||||
|
|
||||||
this.setState({ loading: false });
|
this.setState({ loading: false });
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
this.setState({ loading: false });
|
this.setState({ loading: false, active: false });
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue