Recreate letters when the graph changes
This commit is contained in:
@@ -31,6 +31,7 @@ export function openAutomaton(states, editable = false) {
|
||||
try {
|
||||
states = createStateList(graph);
|
||||
type();
|
||||
createLetters();
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user