[fix] summernote onenter frappe/erpnext#7684
This commit is contained in:
parent
5c3bbe8ef4
commit
df7c52b366
1 changed files with 3 additions and 1 deletions
|
|
@ -529,7 +529,9 @@ frappe.views.CommunicationComposer = Class.extend({
|
|||
if(last_email) {
|
||||
var last_email_content = last_email.original_comment || last_email.content;
|
||||
|
||||
fields.content.set_input(reply
|
||||
fields.content.set_input(
|
||||
'<p><br></p>'
|
||||
+ reply
|
||||
+ "<br><!-- original-reply --><br>"
|
||||
+ '<blockquote>' +
|
||||
'<p>' + __("On {0}, {1} wrote:",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue