This is the code I have in the button properties. After I save and preview, when I hover, the lightbox does not open. I am a beginner with coding. Any help would be appreciated with this one.
export function iconButton1_mouseIn(event) {
// This function was added from the Properties & Events panel. To learn more, visit Velo: Working with the Properties & Events Panel | Help Center | Wix.com
// Add your code for this event here:
}
import wixWindow from ‘wix-window’ ;
wixWindow.openLightbox( “#StopBetting” );