fix: don't allow binding text to images (#6693)

This commit is contained in:
Aakansha Doshi 2023-06-19 13:47:28 +05:30 committed by GitHub
parent 6de6a96abf
commit 7f7128ec09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 12 deletions

View file

@ -162,7 +162,6 @@ export type ExcalidrawTextContainer =
| ExcalidrawRectangleElement
| ExcalidrawDiamondElement
| ExcalidrawEllipseElement
| ExcalidrawImageElement
| ExcalidrawArrowElement;
export type ExcalidrawTextElementWithContainer = {