Skip to content

Commit

Permalink
Fix widget scroll not working at all (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune committed Sep 7, 2024
1 parent 80f45ac commit cccea59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ public boolean onMouseScroll(ModularScreen.UpOrDown scrollDirection, int amount)
if (result) return true;
}
}
return true;
return false;
});
}

Expand Down

0 comments on commit cccea59

Please sign in to comment.