Fix components

This commit is contained in:
Marcel Mraz 2025-03-17 20:04:21 +01:00
parent 44837c9bde
commit 79021f4b6b
No known key found for this signature in database
GPG key ID: 4EBD6E62DC830CD2
80 changed files with 555 additions and 438 deletions

View file

@ -8,7 +8,7 @@ import {
getContainerCoords,
getBoundTextMaxWidth,
getBoundTextMaxHeight,
a} from "../src/textElement";
} from "../src/textElement";
import { detectLineHeight, getLineHeightInPx } from "../src/textMeasurements";
import type { ExcalidrawTextElementWithContainer } from "../src/types";