fix(utils): Update private View stopped var

This commit is contained in:
2026-07-30 15:18:55 +03:00
parent 47c50c29b0
commit 0395a9b4d3
+1 -1
View File
@@ -56,7 +56,7 @@ class LeoUI(View):
Currently exposes a hidden attribute of the underlying View.
May be reimplemented in future.
"""
return self._View__stopped
return self._BaseView__stopped
def to_components(self) -> List[Dict[str, Any]]:
"""