diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index ef245e8c..ad30daf5 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -11,7 +11,7 @@ import { CLASSES } from "../constants"; import { exportCanvas } from "../data"; import { importLibraryFromJSON, saveLibraryAsJSON } from "../data/json"; import { Library } from "../data/library"; -import { showSelectedShapeActions } from "../element"; +import { isTextElement, showSelectedShapeActions } from "../element"; import { NonDeletedExcalidrawElement } from "../element/types"; import { Language, t } from "../i18n"; import useIsMobile from "../is-mobile"; @@ -647,7 +647,10 @@ const LayerUI = ({ ) : (
{dialogs}