瀏覽代碼

minor

version-14
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) {


Loading…
取消
儲存