Don't call beginItemDrag() for XDND
The dragged actors are not overview items. https://bugzilla.gnome.org/show_bug.cgi?id=686984
This commit is contained in:
@ -1076,7 +1076,6 @@ const HotCorner = new Lang.Class({
|
||||
if (!Main.overview.visible && !Main.overview.animationInProgress) {
|
||||
this.rippleAnimation();
|
||||
Main.overview.showTemporarily();
|
||||
Main.overview.beginItemDrag(actor);
|
||||
}
|
||||
|
||||
return DND.DragMotionResult.CONTINUE;
|
||||
|
Reference in New Issue
Block a user