Fix reversed cursor issues on resize with bi-directional cursors (#451)

This commit is contained in:
Günay Mert Karadoğan 2020-01-19 21:11:46 +00:00 committed by Lipis
parent 86cb228df4
commit d505c6615d
3 changed files with 54 additions and 6 deletions

View file

@ -8,7 +8,7 @@ export {
export { handlerRectangles } from "./handlerRectangles";
export { hitTest } from "./collision";
export { resizeTest } from "./resizeTest";
export { resizeTest, getCursorForResizingElement } from "./resizeTest";
export { isTextElement } from "./typeChecks";
export { textWysiwyg } from "./textWysiwyg";
export { redrawTextBoundingBox } from "./textElement";