Fix resize issue. Need to work on centering the node.

This commit is contained in:
Paulo Veiga
2011-08-26 19:41:50 -03:00
parent 421cbdbb61
commit 26759bd437
11 changed files with 88 additions and 109 deletions

View File

@@ -780,7 +780,7 @@ mindplot.Topic = new Class({
}
};
var editor = new mindplot.widget.EditNoteDialog(editorModel);
var editor = new mindplot.widget.NoteEditor(editorModel);
editor.show();
},