From 80e40003f847f7cb09891a9fab7e7d183bf09066 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 30 Jan 2024 12:42:11 +0530 Subject: [PATCH] fix --- packages/excalidraw/element/textWysiwyg.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/excalidraw/element/textWysiwyg.tsx b/packages/excalidraw/element/textWysiwyg.tsx index d12d34f89..02beec021 100644 --- a/packages/excalidraw/element/textWysiwyg.tsx +++ b/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";