mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
fix interval per tickOM
This commit is contained in:
parent
e94f0474ef
commit
7a2f4d1af0
4 changed files with 11 additions and 8 deletions
|
|
@ -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`}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue