Skip to content

v2.2.13: Refactors redraw handler logic

Choose a tag to compare

@thorewi thorewi released this 27 Oct 04:43
· 29 commits to main since this release
Simplifies the redraw handler by removing the conditional check for callable onRedraw, as it is always callable due to the previous type hinting.

This improves code readability and maintainability without altering the functionality.