fix: linter errors

This commit is contained in:
Xiaohan-Tian
2026-05-01 14:36:56 -07:00
parent 9be96cd957
commit cd90dc1c99
18 changed files with 90 additions and 80 deletions
+2 -4
View File
@@ -513,8 +513,7 @@ export class KGDebugger {
try {
textarea.selectionStart = textarea.selectionEnd = typed.length;
} catch {
}
} catch { /* setting cursor position can fail in read-only or special inputs */ }
textarea.scrollTop = textarea.scrollHeight;
@@ -583,8 +582,7 @@ export class KGDebugger {
try {
textarea.selectionStart = textarea.selectionEnd = typed.length;
} catch {
}
} catch { /* setting cursor position can fail in read-only or special inputs */ }
textarea.scrollTop = textarea.scrollHeight;