mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
[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:
@@ -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,
|
||||
})}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user