botfront / rasa-webchat

A feature-rich chat widget for Rasa and Botfront
https://botfront.io/rasa
Apache License 2.0
945 stars 495 forks source link

I don't want the link in the button to open in a new tab. #454

Closed eminebusrasalihoglu closed 1 year ago

eminebusrasalihoglu commented 1 year ago

I don't want the link in the button to open in a new tab. How can I change this feature? This is not working but working in other programs. <a key ={index} href = {reply.get('url')} target = {'popup''} rel = "noopener noreferrer" className = {'rw-reply'} style = {buttonStyle} onclick = "window.open(this.href,'popup','width=600,height=600'); return false;"

{reply.get('title')}

Thanks for help !!

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.