[Unity 6000.0.28f1] [macOS] Mouse lag when dragging in scene view

Hello! Wanted to bring up a problem I have been having since we switched to Unity 6:

Moving the mouse on the SceneView lags big time on macOS.

What’s interesting is that it doesn’t happen zooming and navigating the trackpad, it has to be through the mouse.
Briefly profiling the Editor it does appear to be a UIElement related handling of pointer events.

Any thoughts?
I remember this had happened before at some point on a previous Unity version and it got fixed however it seems to have come back.

— Screenshots of the profiler in editor:
Mouse Move directly related triggers

But if curious about why the Application Tick is also so large, it’s likely related:
(Also UI Elements DoDispatch)

Using the TrackPad with two fingers (which does zoom in / zoom out only by default) is instead incredibly smooth.
Sadly trackpad is not a solution for me (and I would gather for most).

If you would like more info or more profile screenshots let me know.