mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-17 19:24:30 +01:00
Fix reversed cursor issues on resize with bi-directional cursors (#451)
This commit is contained in:
committed by
Lipis
parent
86cb228df4
commit
d505c6615d
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user