Bug WISE-435 #resolve

This commit is contained in:
Ezequiel Bergamaschi
2015-04-02 17:50:16 -03:00
parent abbeab2f8f
commit 98670c32a6
4 changed files with 7 additions and 4 deletions

View File

@@ -1036,6 +1036,7 @@ mindplot.Designer = new Class(/** @lends Designer */{
var topic = model.selectedTopic();
if (topic) {
topic.showLinkEditor();
this.onObjectFocusEvent();
}
},
@@ -1045,6 +1046,7 @@ mindplot.Designer = new Class(/** @lends Designer */{
var topic = model.selectedTopic();
if (topic) {
topic.showNoteEditor();
this.onObjectFocusEvent();
}
},