Recreate letters when the graph changes

This commit is contained in:
2024-02-06 22:25:10 +01:00
parent ead7f09aad
commit 1f24556a48

View File

@@ -31,6 +31,7 @@ export function openAutomaton(states, editable = false) {
try {
states = createStateList(graph);
type();
createLetters();
} catch (e) {
console.error(e);
}