dwelle 4 년 전
부모
커밋
44660ce313
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/components/App.tsx

+ 3 - 3
src/components/App.tsx

@@ -1897,9 +1897,9 @@ class App extends React.Component<AppProps, AppState> {
   }) => {
     const existingTextElement = this.getTextElementAtPosition(sceneX, sceneY);
 
-    if (!existingTextElement && !createTextIfNotExists) {
-      return;
-    }
+    // if (!existingTextElement && !createTextIfNotExists) {
+    //   return;
+    // }
 
     const parentCenterPosition =
       insertAtParentCenter &&