reacton icon indicating copy to clipboard operation
reacton copied to clipboard

feat: batch updates in event handlers

Open maartenbreddels opened this issue 1 year ago • 0 comments

In 9502163 and 03a9b39 we implemented batch updates from on_ change handlers. This caused a change handler that set multiple states to be changed to not trigger a render multiple times. This behaviour was not implemented for event handlers. This commit implements this behaviour for event handlers as well.

maartenbreddels avatar Jan 23 '25 11:01 maartenbreddels