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
1. Increase search / reset timer options in the UI up to 5 and 3s
2. Fix - reset the search timers when a the input method text is changed
3. Fix - make spacebar behave properly (insert character) when an input method is being used
// whether or not the string in the underlying text editor should be 'sniffed' when editing (see QSObject_StringHandling.m - sniffString for more info)
67
67
BOOL shouldSniff;
68
+
BOOL hasMarkedTextState; // tracks input method composition state
0 commit comments