mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-08 01:45:28 +00:00
Merge pull request #14 from janderedev/pr-1
This commit is contained in:
@@ -477,6 +477,10 @@ export default observer(({ channel }: Props) => {
|
|||||||
return send();
|
return send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (e.key === "Escape" && replies.length > 0) {
|
||||||
|
setReplies(replies.slice(0, -1));
|
||||||
|
}
|
||||||
|
|
||||||
debouncedStopTyping(true);
|
debouncedStopTyping(true);
|
||||||
}}
|
}}
|
||||||
placeholder={
|
placeholder={
|
||||||
|
|||||||
Reference in New Issue
Block a user