You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the ones I checked being: FlexPanel, DockPanel, ResponsiveGridPanel.
use children.forEach { this.add(it) } as their implementation of addAll, which ends up calling reRender multiple times.
this is bad for performance.
The text was updated successfully, but these errors were encountered:
wagyourtail
changed the title
overrides of SimplePanel.AddAll call refresh outside of a singleRender wrapper.
overrides of SimplePanel.AddAll call refresh outside of a singleRender wrapper.
Feb 6, 2024
Several components,
the ones I checked being:
FlexPanel
,DockPanel
,ResponsiveGridPanel
.use
children.forEach { this.add(it) }
as their implementation of addAll, which ends up calling reRender multiple times.this is bad for performance.
The text was updated successfully, but these errors were encountered: