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(whisper): keep custom mode active until recorder saves, not on timer
The previous 150ms timeout-based useEffect fired immediately when
custom mode was entered, snapping the dropdown back before the user
could record anything. Now custom mode only clears when the
HotkeyRecorder's onChange resolves (i.e. after IPC save completes).
0 commit comments