Skip to content

Commit

Permalink
Workaround the "scroll jumps" issue on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
smelamud committed Dec 21, 2024
1 parent c16f013 commit afd24fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/control/richtexteditor/visual/VisualTextArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ export default function VisualTextArea({rows, maxHeight, placeholder, autoFocus,
renderElement={VisualRenderElement}
renderLeaf={VisualRenderLeaf}
onKeyDown={onKeyDown}
scrollSelectionIntoView={() => {}}
/>
);
}

0 comments on commit afd24fd

Please sign in to comment.