mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
UI progress
This commit is contained in:
@@ -238,7 +238,7 @@ export class Output extends React.Component<OutputProps, FullOutputState> {
|
||||
width={this.state.width}
|
||||
height={this.state.height}
|
||||
itemCount={this.state.lines.length}
|
||||
itemSize={20}
|
||||
itemSize={16}
|
||||
>
|
||||
{({ index, style }) => {
|
||||
const line = this.state.lines[index];
|
||||
|
||||
Reference in New Issue
Block a user