fix interval per tickOM

This commit is contained in:
Robin Appelman 2023-04-29 16:36:24 +02:00
commit 7a2f4d1af0
4 changed files with 11 additions and 8 deletions

View file

@ -84,7 +84,6 @@ export const Panner = (props: ParentProps<PannerProps>) => {
});
const pannerStyle = () => {
console.log(props.width, props.height, props.scale);
return {width: `${props.width}px`, height: `${props.height}px`}
};