mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
appDisplay: Drop grabHelper.addActor() call
This no longer does what it advertises to do, the folder dialog is already modal and handles clicks outside to dismiss the dialog, so this does not seem necessary either. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2046>
This commit is contained in:
parent
1dcc6d1b6b
commit
1673e87de4
1 changed files with 0 additions and 1 deletions
|
|
@ -2573,7 +2573,6 @@ var AppFolderDialog = GObject.registerClass({
|
|||
this._grabHelper = new GrabHelper.GrabHelper(this, {
|
||||
actionMode: Shell.ActionMode.POPUP,
|
||||
});
|
||||
this._grabHelper.addActor(Main.layoutManager.overviewGroup);
|
||||
this.connect('destroy', this._onDestroy.bind(this));
|
||||
|
||||
this._dragMonitor = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue