Mouse is showing in Experiment

Hello everyone!

I have a question concerning my dot probe experiment, which I run online on pavlovia.
The problem is that the mouse is showing in my experiment, which can be distracting to my participants.
I created the experiment using the builder and I unticked the “Show Mouse” component in the settings:
image

This is the URL of my experiment: DotProbeTask_MISO002 [PsychoPy]
Sadly, the mouse still comes up in my experiment.

Is there a another way to remove it?

Thank you very much!

You can use this code to make the mouse disappear:

psychoJS.window.mouseVisible = false;