Textbox not editable in pavlovia

URL of experiment:
https://run.pavlovia.org/hideaki_kawabata/wasa-gradu-exp/

Description of the problem:
The textbox does not work properly in the loop.
At the beginning of the loop I can type in the textbox, but after the second time I can’t.
This issue only occurs with pavlovia and works fine locally.

psychopy file:
wasa-gradu-exp.psyexp (39.4 KB)

version
2021.2.3

What version of PsychoPy are you using?

My PsychoPy version is 2021.2.3

I’ve just had this issue myself and discovered the fix, which is to put textboxName.refresh() at the begining of the routine.

Thanks a lot!
I tried the solution right away, but it didn’t solve the problem.
However, it seems that the text box can be edited by pressing the esc key and resizing the window.
Either way, this solution helps me.
Thank you!