This commit is contained in:
Sasha 2023-02-28 00:02:55 +01:00
parent 4e586e81f7
commit 18a2f6886a
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ export default function MessageInput(props: Props) {
} else if (node) { } else if (node) {
setActiveButton(false); setActiveButton(false);
} }
}, [inputText, hasLightPushPeers]); }, [node, inputText, hasLightPushPeers]);
return ( return (
<TextComposer <TextComposer