Kaynağa Gözat

minor

version-14
Faris Ansari 8 yıl önce
committed by GitHub
ebeveyn
işleme
26164e2ee4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      frappe/public/js/frappe/form/control.js

+ 1
- 1
frappe/public/js/frappe/form/control.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet