This commit is contained in:
Faris Ansari 2017-06-05 11:35:17 +05:30 committed by GitHub
parent 324ec411c4
commit 26164e2ee4

View file

@ -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) {