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
-1
View File
@@ -208,7 +208,6 @@ const switchToRelativeWorkspace = async (self, num) => {
} }
} }
export default () => Widget.EventBox({ export default () => Widget.EventBox({
onScrollUp: (self) => switchToRelativeWorkspace(self, -1), onScrollUp: (self) => switchToRelativeWorkspace(self, -1),
onScrollDown: (self) => switchToRelativeWorkspace(self, +1), onScrollDown: (self) => switchToRelativeWorkspace(self, +1),