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

pull/7643/head
Laurent Cozic 2023-01-20 15:05:57 +00:00
parent 2813f93c18
commit c9831833c4
1 changed files with 0 additions and 1 deletions

View File

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