mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-18 23:10:16 +02:00
fix: emitted visible scene bounds not accounting for offsets (#7450)
This commit is contained in:
@@ -249,7 +249,7 @@ export { TTDDialogTrigger } from "./components/TTDDialog/TTDDialogTrigger";
|
||||
export { normalizeLink } from "./data/url";
|
||||
export { zoomToFitBounds } from "./actions/actionCanvas";
|
||||
export { convertToExcalidrawElements } from "./data/transform";
|
||||
export { getCommonBounds } from "./element/bounds";
|
||||
export { getCommonBounds, getVisibleSceneBounds } from "./element/bounds";
|
||||
|
||||
export {
|
||||
elementsOverlappingBBox,
|
||||
|
Reference in New Issue
Block a user