3 Commits

2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class LeoUI(View):
Currently exposes a hidden attribute of the underlying View. Currently exposes a hidden attribute of the underlying View.
May be reimplemented in future. May be reimplemented in future.
""" """
return self._View__stopped return self._BaseView__stopped
def to_components(self) -> List[Dict[str, Any]]: def to_components(self) -> List[Dict[str, Any]]:
""" """