I cannot seem to be able to hide grid product's gallery

Question:
Hello, I would like to ask a question in regards to a problem in my code, the code that I have on my website used to work a week or so ago and then all of a sudden it stopped working, I have this feature where upon clicking on a text would hide and show different grid product’s galleries, I tried doing it on another website or page and it isn’t working, the same code is working with other Wix’s store’s elements except the grid gallery, can any of you help me in this?

$w(“#text77”).onMouseIn(()=>{
$w(“#gridGallery1”).show();
$w(“#gridGallery2”).hide();
});

Product:
Wix Editor

What have you already tried:

  • I tried testing it on a new website,
  • change the element’s ID

The code should work.
Do you have an element layer over the text77 that may be preventing the MouseIn event to be triggered ?

Is there some other code error that is preventing it to run correctly ?

Exactly what I am trying to explain, it used to work then stopped working. No layer over the text and there is literally no other text, the MouseIn event works on other elements except the Product Grid gallery.
So is it a problem from Velo?

will try test today and see if I get the same issues

Will be looking forward to hearing from you, thank you