mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Disable wordWrapText
This commit is contained in:
parent
36ce423513
commit
4530abf495
@ -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…
Reference in New Issue
Block a user