Simplify hint event management slightly
This commit is contained in:
parent
d59e91aff2
commit
cb4b92aa61
3 changed files with 48 additions and 35 deletions
|
@ -322,7 +322,7 @@ impl Editor {
|
|||
);
|
||||
|
||||
if !self.is_singleton(cx) {
|
||||
self.refresh_inlays(crate::InlayRefreshReason::Scroll, cx);
|
||||
self.refresh_inlays(crate::InlayRefreshReason::NewLinesShown, cx);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue