mirror of
https://github.com/spacebarchat/client.git
synced 2024-11-22 10:22:30 +01:00
fix typing status not stopping when message is sent
This commit is contained in:
parent
6573cbcc6b
commit
c7e3c378df
@ -93,6 +93,8 @@ function MessageInput({ channel }: Props) {
|
||||
|
||||
setContent("");
|
||||
setAttachments([]);
|
||||
// stop typing
|
||||
debouncedStopTyping(true);
|
||||
|
||||
const nonce = Snowflake.generate();
|
||||
const msg = app.queue.add({
|
||||
|
Loading…
Reference in New Issue
Block a user