We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b6d8ed + d48787e commit bffb34aCopy full SHA for bffb34a
1 file changed
apps/files/js/filelist.js
@@ -3350,6 +3350,7 @@
3350
&& !self.$el.is(dropTarget) // dropped on list directly
3351
&& !self.$el.has(dropTarget).length // dropped inside list
3352
&& !dropTarget.is(self.$container) // dropped on main container
3353
+ && !self.$el.parent().is(dropTarget) // drop on the parent container (#app-content) since the main container might not have the full height
3354
) {
3355
e.preventDefault();
3356
return false;
0 commit comments