mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07: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,
|
'height':80,
|
||||||
'resize':'none'
|
'resize':'none'
|
||||||
});
|
});
|
||||||
|
textArea.on("keypress", function(event) {
|
||||||
|
event.stopPropagation();
|
||||||
|
});
|
||||||
form.append(textArea);
|
form.append(textArea);
|
||||||
|
|
||||||
if (model.getValue() != null){
|
if (model.getValue() != null){
|
||||||
|
Loading…
Reference in New Issue
Block a user