search: Fix default drag actor source
Another unnoticed fallout from commit 792b963bda
...
This commit is contained in:
parent
5b624a34b8
commit
62bfde45aa
@ -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;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user