We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb4ad2 commit 21564ffCopy full SHA for 21564ff
1 file changed
files/usr/share/cinnamon/applets/[email protected]/workspace.js
@@ -15,6 +15,11 @@ class Workspace {
15
this.state.connect({
16
orientation: (state) => {
17
this.on_orientation_changed(state.orientation);
18
+ },
19
+ currentWs: (state) => {
20
+ if (this.metaWorkspace && state.currentWs === this.metaWorkspace.index()) {
21
+ this.scrollToFocusedApp();
22
+ }
23
}
24
});
25
this.workspaceState = createStore({
0 commit comments