Skip to content

Commit

Permalink
remove now unnecessary reactive layout update
Browse files Browse the repository at this point in the history
  • Loading branch information
TomJGooding committed Jul 11, 2024
1 parent 6b1fa48 commit ae8c1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/textual/widgets/_footer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class FooterKey(Widget):

upper_case_keys = reactive(False)
ctrl_to_caret = reactive(True)
compact = reactive(True, layout=True)
compact = reactive(True)

def __init__(
self,
Expand Down

0 comments on commit ae8c1ca

Please sign in to comment.