Skip to content

Commit

Permalink
lowered timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
michalrentka authored and mrtcode committed Apr 12, 2024
1 parent a090c7f commit 93202a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ document.addEventListener('click', () => {
: range.commonAncestorContainer;
setTimeout(() => {
parentElement.scrollIntoView();
}, 1000);
}, 300);
}
});

Expand Down

0 comments on commit 93202a4

Please sign in to comment.