reading more code, slight adjustment to ast structual file editor ux (radio buttons going off viewport)

This commit is contained in:
ed
2026-06-13 11:08:45 -04:00
parent 394020e50c
commit b61a2db01d
3 changed files with 136 additions and 168 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class HotReloader:
cls.is_error_state = True
return False
hm = cls.HOT_MODULES[module_name]
hm = cls.HOT_MODULES[module_name]
state = cls.capture_state(app, hm.state_keys)
try: