diff --git a/js/ui/workspaceThumbnail.js b/js/ui/workspaceThumbnail.js index 05e239c70..4708a88d0 100644 --- a/js/ui/workspaceThumbnail.js +++ b/js/ui/workspaceThumbnail.js @@ -667,7 +667,7 @@ const ThumbnailsBox = new Lang.Class({ if (this._dropWorkspace != -1) return this._thumbnails[this._dropWorkspace].handleDragOverInternal(source, time); else if (this._dropPlaceholderPos != -1) - return DND.DragMotionResult.MOVE_DROP; + return source.realWindow ? DND.DragMotionResult.MOVE_DROP : DND.DragMotionResult.COPY_DROP; else return DND.DragMotionResult.CONTINUE; },