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
fix: prevent double transcription when auto-dictation triggers from notes
Use tRPC mutation directly instead of useRecording hook in NotePage.
The widget handles audio capture, so using useRecording in both places
caused double transcription.
0 commit comments