Merge branch 'master' into new-build

This commit is contained in:
jfh
2020-08-21 12:42:36 +02:00
9 changed files with 7004 additions and 57513 deletions

View File

@@ -6008,7 +6008,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) {