Ryan Di 11 月之前
父節點
當前提交
940099f85d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/excalidraw/actions/actionCropEditor.tsx

+ 1 - 1
packages/excalidraw/actions/actionCropEditor.tsx

@@ -4,7 +4,7 @@ import { StoreAction } from "../store";
 import { ToolButton } from "../components/ToolButton";
 import { t } from "../i18n";
 import { isImageElement } from "../element/typeChecks";
-import { ExcalidrawImageElement } from "../element/types";
+import type { ExcalidrawImageElement } from "../element/types";
 
 export const actionToggleCropEditor = register({
   name: "cropEditor",