Disable wordWrapText
This commit is contained in:
parent
36ce423513
commit
4530abf495
1 changed files with 2 additions and 2 deletions
|
|
@ -750,9 +750,9 @@ function ItemModel(data) {
|
|||
return this.notes();
|
||||
},
|
||||
write: function(value) {
|
||||
value = wordWrapText(value, 235);
|
||||
//value = wordWrapText(value, 235);
|
||||
self.notes(value);
|
||||
onItemChange();
|
||||
//onItemChange();
|
||||
},
|
||||
owner: this
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue