Skip to content
Snippets Groups Projects
Commit cf7242e9 authored by Robin Leber's avatar Robin Leber
Browse files

naimng

parent d9a692ea
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ export const codeEditorElement = (instance) => { ...@@ -144,7 +144,7 @@ export const codeEditorElement = (instance) => {
}; };
const handleCancel = (node) => { const handleCancel = (node) => {
if (confirm("No changes will be saved!")) { if (confirm("No changes will be saved! Need to submit!")) {
node.style.visibility = "hidden"; node.style.visibility = "hidden";
deleteWrittenCode(node.editor); deleteWrittenCode(node.editor);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment