diff --git a/app/components/post_draft/post_draft.js b/app/components/post_draft/post_draft.js index 9bac2a5ca..3ac029698 100644 --- a/app/components/post_draft/post_draft.js +++ b/app/components/post_draft/post_draft.js @@ -50,7 +50,7 @@ export default class PostDraft extends PureComponent { }; updateNativeScrollView = (scrollViewNativeID) => { - if (this.keyboardTracker?.current) { + if (this.keyboardTracker?.current && this.props.scrollViewNativeID === scrollViewNativeID) { const resetScrollView = requestAnimationFrame(() => { this.keyboardTracker.current.resetScrollView(scrollViewNativeID); cancelAnimationFrame(resetScrollView);