mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-10 17:23:23 +01:00
fixing note edition
This commit is contained in:
parent
65165f935e
commit
9e2e8a56d0
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user