don't remove the style
This commit is contained in:
@@ -6195,7 +6195,6 @@ editor.init = function () {
|
||||
$.process_cancel(uiStrings.notification.loadingImage);
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
$('#workarea').removeAttr('style');
|
||||
$('#main_menu').hide();
|
||||
const file = (e.type === 'drop') ? e.dataTransfer.files[0] : this.files[0];
|
||||
if (!file) {
|
||||
|
||||
Reference in New Issue
Block a user