fix: emitted visible scene bounds not accounting for offsets (#7450)

This commit is contained in:
David Luzar
2023-12-16 17:32:54 +01:00
committed by GitHub
parent 561e919a2e
commit 6dfa89e846
8 changed files with 82 additions and 54 deletions

View File

@@ -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,