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
// Expanding the virtual keyboard if it was collapsed.
196
+
// However, we are not pausing here to workaround iOS 26.3 quirks.
197
+
// If we pause here, it will not able to handle this scenario: focus on an activity on the transcript, press A, the letter A should be inputted into the send box.
198
+
// In other words, if we pause here, the event will be send to the activity/transcript, instead of the newly focused send box.
199
+
// This is related to BasicTranscript.handleTranscriptKeyDownCapture().
0 commit comments