From 337f29fdbb37e780bcc5e1df3506afb3779cb44d Mon Sep 17 00:00:00 2001 From: David Hewson Date: Wed, 6 Dec 2023 18:48:36 +0000 Subject: [PATCH] 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 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c4ef3603..2bb497f1 100644 --- a/index.html +++ b/index.html @@ -5919,7 +5919,7 @@

Element Click

  • Let pointer up action be an action object constructed with arguments input id, - "mouse", and "pointerUp" as arguments. + "pointer", and "pointerUp" as arguments.

  • Set a property button to 0 on pointer up action.