fix: don't bundle react-dom when importing from element (#7635)

This commit is contained in:
Aakansha Doshi 2024-01-31 16:43:37 +05:30 committed by GitHub
parent d426cc968d
commit e0fefa8025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -50,7 +50,6 @@ export {
dragNewElement,
} from "./dragElements";
export { isTextElement, isExcalidrawElement } from "./typeChecks";
export { textWysiwyg } from "./textWysiwyg";
export { redrawTextBoundingBox } from "./textElement";
export {
getPerfectElementSize,