Citadel changes to gnome-shell

This commit is contained in:
2021-12-03 14:04:05 -05:00
parent a2ffd14a35
commit f675f95c67
39 changed files with 3205 additions and 33 deletions

View File

@ -263,7 +263,7 @@ export class Overview extends Signals.EventEmitter {
DND.addDragMonitor(this._dragMonitor);
// Remember the workspace we started from
let workspaceManager = global.workspace_manager;
this._lastActiveWorkspaceIndex = workspaceManager.get_active_workspace_index();
this._lastActiveWorkspaceIndex = workspaceManager.get_active_workspace_id();
}
_onDragEnd() {