Shun Miyazawa hai 1 ano
pai
achega
01dcb8eca8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/src/components/PageTags/TagsInput.tsx

+ 1 - 1
apps/app/src/components/PageTags/TagsInput.tsx

@@ -39,7 +39,7 @@ export const TagsInput: FC<Props> = (props: Props) => {
   }, [tagsSearch?.tags]);
 
   const keyDownHandler = useCallback((event: KeyboardEvent<HTMLElement>) => {
-    if (event.key === ' ') {
+    if (event.key === ' ' || event.key === ' ') {
       event.preventDefault();
 
       // fix: https://redmine.weseek.co.jp/issues/140689