Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit b1322b9

Browse files
committed
Revert "fix some random ISAC crashes"
This reverts commit 3597f2e.
1 parent 6ab5d88 commit b1322b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/Components/EditorElement/EditorElement.xaml.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ private void ParseIncludes(object sender, EventArgs e)
743743
}
744744
}
745745

746-
//el.InterruptLoadAutoCompletes(smDef);
746+
el.InterruptLoadAutoCompletes(smDef);
747747
}
748748
});
749749
}

0 commit comments

Comments
 (0)