Skip to content

Commit

Permalink
Fix drag&drop issues in old loader
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Dec 8, 2023
1 parent e36457a commit 52d7678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/io_hubs_addon/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
x = rect.left + (offsetX || (rect.width >> 1)),
y = rect.top + (offsetY || (rect.height >> 1)),
dataTransfer = { files: this.files };
dataTransfer.getData = o => undefined;
['dragenter', 'dragover', 'drop'].forEach(function (name) {
var evt = document.createEvent('MouseEvent');
Expand Down

0 comments on commit 52d7678

Please sign in to comment.