chore(react): changelog

This commit is contained in:
moklick
2024-04-30 17:52:06 +02:00
parent b67ff60d5c
commit 170ef688a8
3 changed files with 11 additions and 0 deletions
@@ -214,6 +214,7 @@ export function XYPanZoom({
currentTransform.x !== viewport.x ||
currentTransform.y !== viewport.y
) {
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
d3ZoomInstance?.transform(d3Selection, nextTransform, null, { sync: true });
}