- Fix error when the node is being deleted and the text is being edited.
parent
e72ae37ac7
commit
1811749964
|
@ -36,6 +36,9 @@ mindplot.commands.DeleteCommand = new Class({
|
||||||
|
|
||||||
if (topics.length > 0) {
|
if (topics.length > 0) {
|
||||||
topics.each(function (topic) {
|
topics.each(function (topic) {
|
||||||
|
// In case that it's editing text node, force close without update ...
|
||||||
|
topic.closeEditors();
|
||||||
|
|
||||||
var model = topic.getModel();
|
var model = topic.getModel();
|
||||||
|
|
||||||
// Delete relationships
|
// Delete relationships
|
||||||
|
|
Loading…
Reference in New Issue