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
Related to #178, I've seen this issue repeatedly during development and I'm not sure what causes it.
Experience: I use the brush feature to select bars in the histogram and then there is a noticeable lag.
Error messages in the console say:
[Violation] 'mouseup' handler took 5903ms
event-contoller.ts:144
[Violation] Handling of 'mousewheel' input event was delayed for 5909 ms due to main thread being busy. Consider marking event handler as 'passive' to make the page more responsive.
The text was updated successfully, but these errors were encountered:
Related to #178, I've seen this issue repeatedly during development and I'm not sure what causes it.
Experience: I use the brush feature to select bars in the histogram and then there is a noticeable lag.
Error messages in the console say:
The text was updated successfully, but these errors were encountered: