[fixes] append the summernote dialogs to body instead of editor (#3145)
This commit is contained in:
parent
0398e2d397
commit
923546f2af
1 changed files with 1 additions and 0 deletions
|
|
@ -1648,6 +1648,7 @@ frappe.ui.form.ControlTextEditor = frappe.ui.form.ControlCode.extend({
|
|||
}
|
||||
},
|
||||
prettifyHtml: true,
|
||||
dialogsInBody: true,
|
||||
callbacks: {
|
||||
onChange: function(value) {
|
||||
me.parse_validate_and_set_in_model(value);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue