We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b675e2c commit 9543a73Copy full SHA for 9543a73
[email protected]/IndicatorWsmatrixPopup.js
@@ -115,7 +115,7 @@ class IndicatorWsmatrixPopup extends BaseWorkspaceSwitcherPopup {
115
}
116
if (i === this._activeWorkspaceIndex && (this._direction == Meta.MotionDirection.UP || this._direction == Meta.MotionDirection.LEFT)) {
117
indicators[i].style_class = 'wsmatrix ws-switcher-active-up';
118
- } else if (i === this._activeWorkspaceIndex && (this._direction == Meta.MotionDirection.DOWN || this._direction == Meta.MotionDirection.RIGHT)) {
+ } else if (i === this._activeWorkspaceIndex) {
119
indicators[i].style_class = 'wsmatrix ws-switcher-active-down';
120
121
0 commit comments