Scott Ostler

Results 2 comments of Scott Ostler

@dkk one optimization I found helpful was to store the result of `InternalWrappingHStack.firstItemOfEachLane` so it's only computed once – that made the difference in being able to use this for...

I'm also seeing this issue with `@szhsin/react-menu`. I was able to work around this by adding `onPointerDown={e => e.stopPropagation()}` in my column header's menu component