* Fixed cleaning handlers after cleanup * Double click to edit text * Preserve text styles on change
13 lines
367 B
TypeScript
13 lines
367 B
TypeScript
export { newElement } from "./newElement";
|
|
export {
|
|
getElementAbsoluteCoords,
|
|
getDiamondPoints,
|
|
getArrowPoints
|
|
} from "./bounds";
|
|
|
|
export { handlerRectangles } from "./handlerRectangles";
|
|
export { hitTest } from "./collision";
|
|
export { resizeTest } from "./resizeTest";
|
|
export { isTextElement } from "./typeChecks";
|
|
export { textWysiwyg } from "./textWysiwyg";
|