This commit is contained in:
Ryan Di 2024-10-09 13:27:45 +08:00
parent e30fd9960d
commit 940099f85d

View File

@ -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",