We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f24b4e commit 71493a9Copy full SHA for 71493a9
src/renderer/components/HelmetProject/HelmetProject.jsx
@@ -216,7 +216,7 @@ const HelmetProject = ({
216
setOpenScenarioID(null);
217
setScenarios(scenarios.filter((s) => s.id !== scenario.id));
218
fs.unlinkSync(path.join(projectPath, `${scenario.name}.json`));
219
- window.location.reload(); // Vex-js dialog input gets stuck otherwise
+ // window.location.reload(); // Testing if the new version works without this hack...
220
}
221
};
222
0 commit comments