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:
parent
2813f93c18
commit
c9831833c4
@ -145,7 +145,6 @@
|
||||
ignoreNextScrollEvent();
|
||||
|
||||
if (Math.floor(contentElement.scrollTop) !== Math.floor(newScrollTop)) {
|
||||
ignoreNextScrollEvent();
|
||||
percentScroll_ = percent;
|
||||
contentElement.scrollTop = newScrollTop;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user