Mouad Debbar d11e7434ff [web] Attach pointer event listeners in the bubble phase (flutter/engine#47121)
There's no reason (that we know of) to listen to pointer events during the capture phase, so let's listen on the bubble phase.

I couldn't find a reason for listening to pointer events during the capture phase. So let's listen on the bubble phase which is more natural and allows platform views to `stopPropagation` in order to prevent Flutter from receiving an event.
2023-10-20 16:03:15 +00:00
..