Commit a17407ef authored by Jérome Perrin's avatar Jérome Perrin

Graph editor: bug fix, remove the node edition popup from the DOM after dialog is destroyed

parent 70ca473e
......@@ -523,6 +523,7 @@
})
.push(function () {
node_edit_popup.popup('close');
node_edit_popup.remove();
delete gadget.props.dialog_promise;
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment