Merge branch 'next-release' into fix/selection-rect

This commit is contained in:
moklick
2022-11-15 16:09:35 +01:00
10 changed files with 91 additions and 8 deletions
+1
View File
@@ -243,3 +243,4 @@ export const getTransformForBounds = (
export const getD3Transition = (selection: D3Selection<Element, unknown, null, undefined>, duration = 0) => {
return selection.transition().duration(duration);
};