fixing note edition

This commit is contained in:
Ezequiel Bergamaschi 2015-02-12 22:58:28 -03:00
parent 65165f935e
commit 9e2e8a56d0

View File

@ -54,6 +54,9 @@ mindplot.widget.NoteEditor = new Class({
'height':80,
'resize':'none'
});
textArea.on("keypress", function(event) {
event.stopPropagation();
});
form.append(textArea);
if (model.getValue() != null){