瀏覽代碼

remove script and style in text-editor's setup_input

version-14
Anand Doshi 10 年之前
父節點
當前提交
3c772302b0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      frappe/public/js/frappe/form/control.js

+ 1
- 0
frappe/public/js/frappe/form/control.js 查看文件

@@ -1273,6 +1273,7 @@ frappe.ui.form.ControlTextEditor = frappe.ui.form.ControlCode.extend({
}
},
_set_input: function(value) {
value = frappe.utils.remove_script_and_style(value);
this.editor.set_input(value);
this.md_editor.val(value);
this.last_value = value;


Loading…
取消
儲存