[Fixed] Clicking a link element doesn't open the URL anymore when an onClick event is set

You can use js.window.open(URL, '_blank') to open a URL in a new tab from code. That at least should give you a workaround for now.

1 Like