Eoin Griffin

Results 5 comments of Eoin Griffin

+1 In our case, we have several dropdowns, and 1 button that clears them all. Unfortunately, after clearing (using 'clearSelection()') them it's not possible to re-select the previous selection (unless...

A bit more info: When I set a breakpoint in the `animationFrameScheduler` `flush()` function it stops getting called when this bug occurs.

Alright, some more information, and a workaround. I added this setInterval to manually flush the scheduler, and it works! If the bug occurs, then within 5 seconds this will completely...

@benlesh Looks like that worked! Thanks! It's noticeably slower than the `setInterval` workaround I implemented though. Maybe that's due to the bug you mentioned. I'll play around with this a...

*EDIT* Nevermind, I think I figured it out. Will post it here for anyone who needs to pad a logarithmic scale with a specific amount of pixels. ``` const axisHeight...