소스 검색

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


불러오는 중...
취소
저장