소스 검색

Add comment

Shun Miyazawa 5 달 전
부모
커밋
64d7f90c27
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/app/src/features/page-tree/components/ItemsTree.tsx

+ 1 - 0
apps/app/src/features/page-tree/components/ItemsTree.tsx

@@ -125,6 +125,7 @@ export const ItemsTree: FC<Props> = (props: Props) => {
         allowWhenInputFocused: true,
         isEnabled: (tree) => tree.isRenamingItem(),
         handler: (e, tree) => {
+          // Disable rename during IME composition
           if (e.isComposing) {
             return;
           }