search: Fix default drag actor source
Another unnoticed fallout from commit 792b963bda
...
This commit is contained in:
@@ -267,7 +267,7 @@ const GridSearchResult = new Lang.Class({
|
|||||||
|
|
||||||
if (!dragSource)
|
if (!dragSource)
|
||||||
// not exactly right, but alignment problems are hard to notice
|
// not exactly right, but alignment problems are hard to notice
|
||||||
dragSource = content;
|
dragSource = content.actor;
|
||||||
this._dragActorSource = dragSource;
|
this._dragActorSource = dragSource;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user