Skip to content

v2.2.19: Fixes section redraw logic

Choose a tag to compare

@thorewi thorewi released this 30 Oct 06:24
· 23 commits to main since this release
Updates section redraw logic to properly handle multiple redraw handlers and ensure that the `isControlInvalid` option is set correctly for ancestor sections.

Removes redundant check for control invalidity in the latte template, relying instead on the section's own invalidation status. This streamlines the redraw process and avoids unnecessary re-renders.