mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Disable wordWrapText
This commit is contained in:
parent
36ce423513
commit
4530abf495
@ -750,9 +750,9 @@ function ItemModel(data) {
|
|||||||
return this.notes();
|
return this.notes();
|
||||||
},
|
},
|
||||||
write: function(value) {
|
write: function(value) {
|
||||||
value = wordWrapText(value, 235);
|
//value = wordWrapText(value, 235);
|
||||||
self.notes(value);
|
self.notes(value);
|
||||||
onItemChange();
|
//onItemChange();
|
||||||
},
|
},
|
||||||
owner: this
|
owner: this
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user