mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-19 20:57:57 +01:00
fixing note edition
This commit is contained in:
parent
fd07af4f5f
commit
bd04bf2ea4
@ -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