fix style pasting (#832)

* fix style pasting

* Update src/actions/actionStyles.ts
This commit is contained in:
Faustino Kialungila 2020-02-24 15:21:13 +01:00 committed by GitHub
parent fbab93baff
commit 2ad0716f3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 2 deletions

View file

@ -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 {