workspacesView: Remove some dead code

this._scrolling has been unused since commit a11f417cd0.
This commit is contained in:
Evan Welsh 2021-10-30 15:22:25 -07:00 committed by Florian Müllner
parent ab5977713b
commit b58ebe708f

View file

@ -484,9 +484,6 @@ class WorkspacesView extends WorkspacesViewBase {
}
_activeWorkspaceChanged(_wm, _from, _to, _direction) {
if (this._scrolling)
return;
this._scrollToActive();
}