Faris Ansari 8 роки тому
committed by GitHub
джерело
коміт
26164e2ee4
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      frappe/public/js/frappe/form/control.js

+ 1
- 1
frappe/public/js/frappe/form/control.js Переглянути файл

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


Завантаження…
Відмінити
Зберегти