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
perf(CALEXT2_Slot): measure container rect once before event loop
When hideOverflow is enabled, Event.draw() was calling
getBoundingClientRect() on the container inside the loop,
causing a redundant forced reflow for every event appended.
Move the hideOverflow CSS setup and the container measurement
into Slot.drawEvents() so they run once per slot. Pass the
pre-measured contentRect to Event.draw() as a parameter.
0 commit comments