mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Set node property for inputWidget as it's expected to contain input node
This commit is contained in:
@ -314,7 +314,7 @@ app.classes.mail = AppJS.extend(
|
||||
{
|
||||
textAreaWidget.tinymce.then(()=>{
|
||||
that.compose_resizeHandler();
|
||||
jQuery(textAreaWidget.editor.iframeElement.contentWindow.document).on('dragenter', function(){
|
||||
if (textAreaWidget.editor) jQuery(textAreaWidget.editor.iframeElement.contentWindow.document).on('dragenter', function(){
|
||||
// anything to bind on tinymce iframe
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user