allbuild commit 87054f61

This commit is contained in:
Olivier Gagnon 2022-08-31 12:26:02 -04:00
parent 87054f6104
commit 2592c6ccd8
3 changed files with 4 additions and 5 deletions

2
dist/main.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -171,7 +171,6 @@ function LogWindow(props: IProps): React.ReactElement {
const node = rootRef?.current;
if (!node) return;
const state = node.state as { x: number; y: number };
console.log(`before ${state.x} ${state.y}`);
state.x = x;
state.y = y;
};
@ -315,8 +314,8 @@ function LogWindow(props: IProps): React.ReactElement {
ref={container}
>
<ResizableBox
height={size[0]}
width={size[1]}
width={size[0]}
height={size[1]}
onResize={onResize}
minConstraints={minConstraints}
handle={