I have searched and tried a bunch of different things and still haven’t been able to figure this out. Maybe someone can help.
import wixLocation from “wix-location”;
export function columnStrip5_click(event, $w) {wixLocation.to(“Google Maps”,)}
This is the code that I’m using and it opens the link in the existing tab. I am wondering what I need to do to make it open in a new tab.
Thank you so much in advance!