chore: simplify line-break regexes, separate text wrapping (#8715)

This commit is contained in:
Marcel Mraz
2024-10-30 14:24:12 +01:00
committed by GitHub
parent dfaaff4432
commit 2734e646ca
11 changed files with 1213 additions and 1039 deletions
@@ -47,10 +47,10 @@ import {
handleBindTextResize,
getBoundTextMaxWidth,
getApproxMinLineHeight,
wrapText,
measureText,
getMinTextElementWidth,
} from "./textElement";
import { wrapText } from "./textWrapping";
import { LinearElementEditor } from "./linearElementEditor";
import { isInGroup } from "../groups";
import { mutateElbowArrow } from "./routing";