mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 04:05:46 +01:00
allbuild commit 87054f61
This commit is contained in:
parent
87054f6104
commit
2592c6ccd8
2
dist/main.bundle.js
vendored
2
dist/main.bundle.js
vendored
File diff suppressed because one or more lines are too long
2
dist/main.bundle.js.map
vendored
2
dist/main.bundle.js.map
vendored
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;
|
const node = rootRef?.current;
|
||||||
if (!node) return;
|
if (!node) return;
|
||||||
const state = node.state as { x: number; y: number };
|
const state = node.state as { x: number; y: number };
|
||||||
console.log(`before ${state.x} ${state.y}`);
|
|
||||||
state.x = x;
|
state.x = x;
|
||||||
state.y = y;
|
state.y = y;
|
||||||
};
|
};
|
||||||
@ -315,8 +314,8 @@ function LogWindow(props: IProps): React.ReactElement {
|
|||||||
ref={container}
|
ref={container}
|
||||||
>
|
>
|
||||||
<ResizableBox
|
<ResizableBox
|
||||||
height={size[0]}
|
width={size[0]}
|
||||||
width={size[1]}
|
height={size[1]}
|
||||||
onResize={onResize}
|
onResize={onResize}
|
||||||
minConstraints={minConstraints}
|
minConstraints={minConstraints}
|
||||||
handle={
|
handle={
|
||||||
|
Loading…
Reference in New Issue
Block a user