[MIRROR] fixes action lockout due to notepad [MDB IGNORE] (#13166)

* Fix: change onInput to onEnter (#66559)

* fixes action lockout due to notepad

Co-authored-by: magatsuchi <88991542+magatsuchi@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-04-27 20:48:23 +01:00
committed by GitHub
co-authored by magatsuchi
parent c27a9a45c1
commit 2f76918f22
+1 -1
View File
@@ -23,7 +23,7 @@ export const NtosNotepad = (props, context) => {
<Input
value={note}
fluid
onInput={(e, value) => act('UpdateNote', {
onEnter={(e, value) => act('UpdateNote', {
newnote: value,
})}
/>