Hey,
I’m trying to have a click on feature on my column within my strip which should open a new tab of a URL.
I’ve tried few ways however I haven’t managed to make it work yet, somehow nothing happens when I click on my column.
Is there anything wrong with my code?
I have done more research and tried it again with the following code. It responds now with the click to open the URL, how on the same page.
How can I adjust this code for the URL to open on a new tab?
import wixLocation from “wix-location” ;
export function column1_click ( event , $w ) {
wixLocation . to ( “https://www.google.com” ,)
}