Project

General

Profile

Bug #9923 ยป 0001-dropcover-accept-fix.patch

Raf Pauwels, 03/10/2022 02:27 PM

View differences:

src/js/WFileDropWidget.js
bodyDragEnter = function(e) {
if (!(dropIndication || bodyDropForward)
|| !$(dropwidget).is(":visible"))
|| !$(dropwidget).is(":visible")
|| !acceptDrops)
return;
dragState = 1;
    (1-1/1)