mirror of https://github.com/tailscale/tailscale/
cmd/tsconnect: fix xterm.js link opening not working when rendered into another window
The default WebLinksAddon handler uses window.open(), but that gets blocked by the popup blocker when the event being handled is another window. We instead need to invoke open() on the window that the event was triggered in. Signed-off-by: Mihai Parparita <mihai@tailscale.com>pull/5605/head
parent
f03a63910d
commit
11fcc3a7b0
Loading…
Reference in New Issue