diff --git a/Libraries/Components/ScrollResponder.js b/Libraries/Components/ScrollResponder.js index ab388a31083..548efba80da 100644 --- a/Libraries/Components/ScrollResponder.js +++ b/Libraries/Components/ScrollResponder.js @@ -207,8 +207,8 @@ const ScrollResponderMixin = { !keyboardShouldPersistTaps || keyboardShouldPersistTaps === 'never'; if ( keyboardNeverPersistTaps && - currentlyFocusedTextInput != null - /* && !TextInputState.isTextInput(e.target) */ + currentlyFocusedTextInput != null && + !TextInputState.isTextInput(e.target) ) { return true; }