Skip to content

Commit

Permalink
Dummy commit to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Jun 13, 2024
1 parent f547a9c commit f8fb36d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ def handle_changes(self, changes: Sequence[Tuple[str, str]]) -> None:

def set_layout(self, value):
super().set_layout(value)

json_layout = {}
for name, _, x, y, visible in self.layout.value.rows():
if visible:
Expand Down

0 comments on commit f8fb36d

Please sign in to comment.