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