This commit is contained in:
end-4 2024-02-03 08:57:54 +07:00
parent bb4f50bd7b
commit 954bc15f39
2 changed files with 1 additions and 2 deletions

View file

@ -180,4 +180,4 @@ export default () => {
]
})
});
}
}

View file

@ -208,7 +208,6 @@ const switchToRelativeWorkspace = async (self, num) => {
}
}
export default () => Widget.EventBox({
onScrollUp: (self) => switchToRelativeWorkspace(self, -1),
onScrollDown: (self) => switchToRelativeWorkspace(self, +1),