|
|
@@ -1654,7 +1654,7 @@ frappe.ui.form.ControlTextEditor = frappe.ui.form.ControlCode.extend({ |
|
|
|
// this function is executed only once |
|
|
|
$(".note-editable[contenteditable='true']").one('focus', function() { |
|
|
|
var $this = $(this); |
|
|
|
$this.html($this.html() + '<br>' ); |
|
|
|
$this.html($this.html() + '<br>'); |
|
|
|
}); |
|
|
|
}, |
|
|
|
onChange: function(value) { |
|
|
|