mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 19:24:21 +02:00
* Api: Enable d-n-d into HtmlArea
This commit is contained in:
@ -268,7 +268,7 @@ app.classes.mail = AppJS.extend(
|
||||
textAreaWidget.tinymce.then(()=>{
|
||||
that.compose_resizeHandler();
|
||||
jQuery(textAreaWidget.editor.iframeElement.contentWindow.document).on('dragenter', function(){
|
||||
jQuery('#mail-compose').addClass('dragover');
|
||||
// anything to bind on tinymce iframe
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user