mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: don't bundle react-dom when importing from element (#7635)
This commit is contained in:
parent
d426cc968d
commit
e0fefa8025
2 changed files with 1 additions and 2 deletions
|
@ -50,7 +50,6 @@ export {
|
|||
dragNewElement,
|
||||
} from "./dragElements";
|
||||
export { isTextElement, isExcalidrawElement } from "./typeChecks";
|
||||
export { textWysiwyg } from "./textWysiwyg";
|
||||
export { redrawTextBoundingBox } from "./textElement";
|
||||
export {
|
||||
getPerfectElementSize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue