Skip to content

Commit

Permalink
redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jun 13, 2024
1 parent a32bfef commit a4c8682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def is_dom_root(self) -> bool:
@property
def is_attached(self) -> bool:
"""Is this node linked to the app through the DOM?"""
return not self._exit
return True

@property
def debug(self) -> bool:
Expand Down

0 comments on commit a4c8682

Please sign in to comment.