minor
This commit is contained in:
parent
324ec411c4
commit
26164e2ee4
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue