Bug is fixed.
The keyboard Listener is canceled properly.
jsPsych.pluginAPI.cancelKeyboardResponse(keyboardListener);
Below v1.0, it is not canceled properly due to the scope of the keyboardListener variable.
The keyboard Listener is canceled properly.
jsPsych.pluginAPI.cancelKeyboardResponse(keyboardListener);
Below v1.0, it is not canceled properly due to the scope of the keyboardListener variable.