Skip to content

Commit

Permalink
fix: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
17Amir17 committed Jan 5, 2025
1 parent c2f64cb commit 91dcc99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webEditorUtils/useTenTap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const useTenTap = (options?: useTenTapArgs) => {
document.querySelector('.ProseMirror')!,
(height) => {
// We need to reset the scroll position to fix a text jumping issue
// to avoid an issue where text jumps https://github.com/10play/10tap-editor/issues/236
// to avoid an issue where text jumps https://github.com/10play/10tap-editor/issues/236 and https://github.com/10play/10tap-editor/issues/244
if (dynamicHeightDiv) dynamicHeightDiv.scrollTop = 0;
sendMessage({
type: CoreEditorActionType.DocumentHeight,
Expand Down

0 comments on commit 91dcc99

Please sign in to comment.