mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
reset scrollbar position when changing session
This commit is contained in:
parent
f5fe64d1f2
commit
f0aca9fe2a
1
node_modules/ace/lib/ace/virtual_renderer.js
generated
vendored
1
node_modules/ace/lib/ace/virtual_renderer.js
generated
vendored
@ -245,6 +245,7 @@ var VirtualRenderer = function(container, theme) {
|
||||
|
||||
this.$loop.schedule(this.CHANGE_FULL);
|
||||
// this.session.$setFontMetrics(this.$fontMetrics);
|
||||
this.scrollBarV.scrollLeft = this.scrollBarV.scrollTop = null;
|
||||
|
||||
this.onChangeNewLineMode = this.onChangeNewLineMode.bind(this);
|
||||
this.onChangeNewLineMode()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user