mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix reversed cursor issues on resize with bi-directional cursors (#451)
This commit is contained in:
parent
86cb228df4
commit
d505c6615d
3 changed files with 54 additions and 6 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue