mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 02:04:21 +01:00
fix style pasting (#832)
* fix style pasting * Update src/actions/actionStyles.ts
This commit is contained in:
committed by
GitHub
parent
fbab93baff
commit
2ad0716f3d
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user