Aakansha Doshi 1 năm trước cách đây
mục cha
commit
80e40003f8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/excalidraw/element/textWysiwyg.tsx

+ 1 - 1
packages/excalidraw/element/textWysiwyg.tsx

@@ -39,7 +39,7 @@ import {
 import {
   actionDecreaseFontSize,
   actionIncreaseFontSize,
-} from "../actions/actionProperties";
+} from "../actions/actionFontSize";
 import { actionZoomIn, actionZoomOut } from "../actions/actionCanvas";
 import App from "../components/App";
 import { LinearElementEditor } from "./linearElementEditor";