Open pkpatels opened 1 year ago
User need to copy google meet url/link into browser. Let's covert <span> tag to <a> tag when location is link/url. So user can click and open it into new tab.
<span>
<a>
@pkpatels this does work, if you prefix the link with https://, but good point, we could make the link detector better
https://
User need to copy google meet url/link into browser. Let's covert
<span>
tag to<a>
tag when location is link/url. So user can click and open it into new tab.