mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Fixes scroll locking on xterm.js
This commit is contained in:
@@ -168,6 +168,7 @@ class Terminal extends React.Component {
|
||||
return;
|
||||
}
|
||||
this.term.ydisp = y;
|
||||
this.term.emit('scroll', y);
|
||||
this.term.refresh(0, this.term.rows - 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user