Skip to content

Commit

Permalink
Merge branch 'dalia/condense.3' into dalia/condense.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaaban01 committed Nov 16, 2023
2 parents ed8859f + 9fb24a3 commit 7ed2c24
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 @@ -190,6 +190,7 @@ def update_current_module(self) -> None:
"""
input_text = self.input_text_area.text
if (input_text) == "":
self.current_module = None
return
try:
ctx = MLContext(True)
Expand Down

0 comments on commit 7ed2c24

Please sign in to comment.