mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix style pasting (#832)
* fix style pasting * Update src/actions/actionStyles.ts
This commit is contained in:
parent
fbab93baff
commit
2ad0716f3d
3 changed files with 20 additions and 2 deletions
|
@ -14,7 +14,7 @@ export {
|
|||
getCursorForResizingElement,
|
||||
normalizeResizeHandle,
|
||||
} from "./resizeTest";
|
||||
export { isTextElement } from "./typeChecks";
|
||||
export { isTextElement, isExcalidrawElement } from "./typeChecks";
|
||||
export { textWysiwyg } from "./textWysiwyg";
|
||||
export { redrawTextBoundingBox } from "./textElement";
|
||||
export {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue