Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DomRenderer: fix touch scrolling starting from text
When scrolling with touchscreen starting from text, as soon as touch leaves the text span, the touch event stops, making touch-scrolling able to scroll one row only. This fixes it by setting `pointer-events: none` to text spans, excluding them from hit-testing so that touch events won't be constrained to them. Fixes xtermjs#3613
- Loading branch information