bug where commandline would be hidden

pull/99/head
Jon Eugster 2 years ago
parent d7fdd95cab
commit 714634fe5a

@ -477,6 +477,6 @@ export function CommandLineInterface(props: { world: string, level: number, data
</>
: <CircularProgress />}
</div>
<CommandLine proofPanelRef={proofPanelRef} hidden={proof[proof.length - 1]?.goals.length == 0}/>
<CommandLine proofPanelRef={proofPanelRef} hidden={!withErr && proof[proof.length - 1]?.goals.length == 0}/>
</div>
}

Loading…
Cancel
Save