Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use primary_click for chapter indicators (#932)
Listening to `primary_down`, but not listening to the `primary_up` event leads to that `up` event getting forwarded. Listening to `primary_click` instead avoids that problem. Seeking chapters now happens on button up instead of button down, but that shouldn't be a problem for anyone and makes their behavior consistent with other clickable UI elements. ref. #931
- Loading branch information