Please allow links to be opened in a new tab/window

I have a wixLocation.to set up to open a PDF (menu). I need this to be opened in a new tab, but the current functionality doesn’t allow it. Please consider adding this feature


import wixLocation from "wix-location"
//});

export function column4_click(event) {
    wixLocation.to("link")
} 
export function column3_click(event) {
    wixLocation.to("link")
}
export function column2_click(event) {
    wixLocation.to("link")
}
export function column1_click(event) {
    wixLocation.to("link")
}