You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: We need to add a speech-to-text feature to our application and fix the issue with the copy button not working in both the extension and the website. The speech-to-text feature should use the Web Speech API to convert spoken words into text. The copy button should copy the text content to the clipboard.
Steps to Reproduce:
Open the application (both extension and website).
Try to use the copy button to copy text to the clipboard.
Observe that the copy button does not work as expected.
Expected Behavior:
The speech-to-text feature should convert spoken words into text and display them in the text area.
The copy button should copy the text content to the clipboard.
Solution:
The text was updated successfully, but these errors were encountered:
Description: We need to add a speech-to-text feature to our application and fix the issue with the copy button not working in both the extension and the website. The speech-to-text feature should use the Web Speech API to convert spoken words into text. The copy button should copy the text content to the clipboard.
Steps to Reproduce:
Expected Behavior:
Solution:
The text was updated successfully, but these errors were encountered: