This commit is contained in:
Steve Ruiz 2022-01-18 09:10:25 +00:00
commit 842bb960c4

View file

@ -86,6 +86,7 @@ export class TextUtil extends TDShapeUtil<T, E> {
}
onShapeChange?.({
...shape,
id: shape.id,
point: Vec.sub(shape.point, delta),
text: TLDR.normalizeText(e.currentTarget.value),