Fix mouse wheel not scrolling through desktops
Mouse wheel wasnt scrolling through desktops if the cursor was over the task items. This fixes the bug by rejecting wheel events in task items if the event is not used. Note that if tasks has some configured wheel action, then the wheel scroll will not cýcle through desktops.
Before: 2024-05-11_21-19-06
After: 2024-05-11_21-20-34