Bug 574691 – Stay in the overlay mode after drag and drop
Just calling launch() on the item instead of activate(), launches the item but doesn't close the overlay mode.
This commit is contained in:
@ -751,7 +751,7 @@ Workspace.prototype = {
|
||||
return true;
|
||||
} else if (source instanceof GenericDisplay.GenericDisplayItem) {
|
||||
this._metaWorkspace.activate(time);
|
||||
source.activate();
|
||||
source.launch();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user