Skip to content

Commit

Permalink
Fix data loss when double-clicking on node in graph view
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Dec 31, 2023
1 parent 786264d commit ae35533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/blabber/dialogue_generator/dialogue-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import {hsvToRgbString} from "./color-transform.js";
if (e.nodes?.length) {
storeDialogueToSession(dialogue, e.nodes[0]);
dialogue.data.states = null;
window.location.replace('../dialogue_generator');
window.location.replace('./main-view');
}
});
network.on('select', e => network.setOptions({
Expand Down

0 comments on commit ae35533

Please sign in to comment.