Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct element click actions list (#1779)
* Correct element click actions list element click is erroneously defined as `«pointer move action, pointer down action, pointer move action».` but should obviously be `«pointer move action, pointer down action, pointer up action».` making use of the pointer up action defined * Correct element click pointer up action's id The pointer id of pointer up action should be "pointer" to match the pointer move and pointer down actions pointer ids
- Loading branch information