fixing note edition

main
Ezequiel Bergamaschi 2015-02-12 22:58:28 -03:00
parent fd07af4f5f
commit bd04bf2ea4
1 changed files with 3 additions and 0 deletions

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){