Fix self.self.kbd_active typo

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-29 20:12:18 -04:00
parent ac2801d07d
commit 1762500108
+1 -1
View File
@@ -153,7 +153,7 @@ class LiveTUI:
tab_matches = []
tab_idx = -1
tab_prefix = ""
self.self.kbd_active = False
self.kbd_active = False
while self.running:
try: