mirror of https://github.com/laurent22/joplin.git
Desktop: Fixes #7617: Note editor scrolls back to top when editing certain notes
parent
2813f93c18
commit
c9831833c4
|
@ -145,7 +145,6 @@
|
|||
ignoreNextScrollEvent();
|
||||
|
||||
if (Math.floor(contentElement.scrollTop) !== Math.floor(newScrollTop)) {
|
||||
ignoreNextScrollEvent();
|
||||
percentScroll_ = percent;
|
||||
contentElement.scrollTop = newScrollTop;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue