fix(ios): avoid refocus of internal edit
The refocus of internal edit (setActiveElement) after every keystroke was causing a `newcontext` event to be triggered. We should never need to do this, but have chosen to move it within the resetContext pattern, to minimize the changes.
parent
d63bd4ed
Please register or sign in to comment