Always return dragover result

#46
This commit is contained in:
jderose9
2017-02-28 19:33:19 -05:00
parent 5ea993f3f3
commit 3e2a4896f3

View File

@@ -166,9 +166,9 @@ const dtpPanel = new Lang.Class({
// and ultimately dropping dragged item onto
if(Main.overview.shouldToggleByCornerOrButton())
Main.overview.show();
return DND.DragMotionResult.CONTINUE;
}
return DND.DragMotionResult.CONTINUE;
});
},