mirror of
https://github.com/waku-org/js-waku-examples.git
synced 2025-02-24 05:38:08 +00:00
fix: typo
This commit is contained in:
parent
f22b5415c9
commit
60077789e4
@ -40,7 +40,7 @@ export default function MessageInput(props: Props) {
|
|||||||
!event.ctrlKey &&
|
!event.ctrlKey &&
|
||||||
!event.shiftKey
|
!event.shiftKey
|
||||||
) {
|
) {
|
||||||
await onMessage();
|
await sendMessage();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user