Properly refresh hints on editor open

This commit is contained in:
Kirill Bulatov 2023-06-18 15:23:53 +03:00
parent 58343563ba
commit 7ac1885449
4 changed files with 18 additions and 7 deletions

View file

@ -1385,7 +1385,6 @@ impl Editor {
}
this.report_editor_event("open", None, cx);
this.refresh_inlays(InlayRefreshReason::VisibleExcerptsChange, cx);
this
}