This commit is contained in:
Joeri Exelmans 2025-10-17 16:55:34 +02:00
parent c07489080a
commit 12e211f358
3 changed files with 2 additions and 2 deletions

View file

@ -176,7 +176,6 @@ export function parseStatechart(state: VisualEditorState, conns: Connections): [
let tgt;
if (historyTgtUID) {
tgt = historyStates.find(h => h.uid === historyTgtUID)!;
console.log(tgt);
}
else {
tgt = uid2State.get(tgtUID!)!;