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 ae65cfe + cdcd9ff commit 930432dCopy full SHA for 930432d
1 file changed
apps/files/js/filelist.js
@@ -3203,6 +3203,7 @@
3203
&& !self.$el.is(dropTarget) // dropped on list directly
3204
&& !self.$el.has(dropTarget).length // dropped inside list
3205
&& !dropTarget.is(self.$container) // dropped on main container
3206
+ && !self.$el.parent().is(dropTarget) // drop on the parent container (#app-content) since the main container might not have the full height
3207
) {
3208
e.preventDefault();
3209
return false;
0 commit comments