removed excess comments
This commit is contained in:
@@ -39,7 +39,6 @@ export function TerminalErrorPage(props: TerminalErrorPageProps) {
|
||||
let inputRef: HTMLInputElement | undefined;
|
||||
let footerRef: HTMLDivElement | undefined;
|
||||
|
||||
// Auto-scroll to bottom when history changes
|
||||
createEffect(() => {
|
||||
if (history().length > 0) {
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user