mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 04:20:05 +02:00
fix detecting rotated elements with selection (#1273)
* fix #1232 * Update src/element/bounds.ts * prefer arrow functions * fix merging Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
@@ -9,6 +9,7 @@ export {
|
||||
} from "./newElement";
|
||||
export {
|
||||
getElementAbsoluteCoords,
|
||||
getElementBounds,
|
||||
getCommonBounds,
|
||||
getDiamondPoints,
|
||||
getArrowPoints,
|
||||
|
Reference in New Issue
Block a user