-
Hi, I am using the serial-reacton-time-mouse plugin. when defining the prompt parameter, can't click grids. Is there any solutions for that? |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Jul 6, 2020
Replies: 1 comment
-
Hi @takat0-ch This is definitely a bug in the plugin. Try changing line 108 to: display_element.insertAdjacentHTML('beforeend', trial.prompt); I'll open an Issue to get this patched. Thanks for raising the problem! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @takat0-ch
This is definitely a bug in the plugin.
Try changing line 108 to:
I'll open an Issue to get this patched. Thanks for raising the problem!