Skip to content

Commit

Permalink
missed pop
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Feb 20, 2023
1 parent 283e034 commit 2f09184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/textual/_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ def compose(node: App | Widget) -> list[Widget]:
composed.clear()
finally:
app._compose_stacks.pop()
app._composed.pop()
return nodes

0 comments on commit 2f09184

Please sign in to comment.