[fixes] append the summernote dialogs to body instead of editor (#3145)

This commit is contained in:
Makarand Bauskar 2017-04-24 16:17:54 +05:30 committed by Rushabh Mehta
parent 0398e2d397
commit 923546f2af

View file

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