Fix motto bug

This commit is contained in:
Bill 2021-08-31 16:25:56 -04:00
parent 01e78e8f38
commit 08c377e190

View File

@ -35,6 +35,8 @@ export const InfoStandWidgetUserView: FC<InfoStandWidgetUserViewProps> = props =
const onMottoKeyDown = useCallback((event: KeyboardEvent<HTMLInputElement>) => const onMottoKeyDown = useCallback((event: KeyboardEvent<HTMLInputElement>) =>
{ {
event.stopPropagation();
switch(event.key) switch(event.key)
{ {
case 'Enter': case 'Enter':