mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
js: Remove dead code in loginDialog and workspacesView
- this._scrolling no longer exists - _getBannerAllocation takes a single argument Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2042>
This commit is contained in:
parent
f752be2bfe
commit
f04914ac15
2 changed files with 1 additions and 4 deletions
|
|
@ -484,9 +484,6 @@ class WorkspacesView extends WorkspacesViewBase {
|
|||
}
|
||||
|
||||
_activeWorkspaceChanged(_wm, _from, _to, _direction) {
|
||||
if (this._scrolling)
|
||||
return;
|
||||
|
||||
this._scrollToActive();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue