1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-29 19:13:59 +02:00

Desktop: Fixes #7617: Note editor scrolls back to top when editing certain notes

This commit is contained in:
Laurent Cozic 2023-01-20 15:05:57 +00:00
parent 2813f93c18
commit c9831833c4

View File

@ -145,7 +145,6 @@
ignoreNextScrollEvent();
if (Math.floor(contentElement.scrollTop) !== Math.floor(newScrollTop)) {
ignoreNextScrollEvent();
percentScroll_ = percent;
contentElement.scrollTop = newScrollTop;
}