mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
PY-81112 Jupyter: Notebook is scrolled suddenly to the beginning on opening and resizing right/left toolwindows
Signed-off-by: Nikita.Ashihmin <nikita.ashihmin@jetbrains.com> GitOrigin-RevId: a684a15ef8d921ce3a16bd31ada96c2e9777cc7e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
50410aa5ad
commit
e2aa1f15e5
@@ -139,7 +139,7 @@ class NotebookPositionKeeper(val editor: EditorImpl) : Disposable.Default {
|
||||
val newY = editor.offsetToXY(topLeftCornerOffset).y - viewportShift
|
||||
if (visibleArea.y == newY)
|
||||
return
|
||||
scrollToY(-newY)
|
||||
scrollToY(newY)
|
||||
}
|
||||
|
||||
private fun scrollToY(newY: Int) {
|
||||
|
||||
Reference in New Issue
Block a user