mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Fixed lack of scrolling
This commit is contained in:
parent
0b1dab7fa7
commit
435360754b
1 changed files with 2 additions and 0 deletions
|
@ -791,6 +791,8 @@ impl Element for TerminalEl {
|
|||
term.scroll(Scroll::Delta(vertical_scroll.round() as i32))
|
||||
});
|
||||
});
|
||||
|
||||
cx.notify();
|
||||
})
|
||||
.is_some(),
|
||||
Event::KeyDown(KeyDownEvent { keystroke, .. }) => {
|
||||
|
|
Loading…
Reference in a new issue