Skip to content

Commit

Permalink
interactive: do not auto expand pass list
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarice committed Dec 9, 2024
1 parent 4b51d2b commit 863921b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdsl/interactive/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ def compose(self) -> ComposeResult:
self.output_text_area = OutputTextArea(id="output")
self.selected_passes_list_view = ListView(id="selected_passes_list_view")
self.passes_tree = Tree(label=".", id="passes_tree")
self.passes_tree.auto_expand = False
self.input_operation_count_datatable = DataTable(
id="input_operation_count_datatable"
)
Expand Down

0 comments on commit 863921b

Please sign in to comment.