Properly handle settings toggle

This commit is contained in:
Kirill Bulatov 2023-06-17 14:29:49 +03:00
parent 8f68688a64
commit 5322aa09b9
4 changed files with 164 additions and 65 deletions

View file

@ -18,7 +18,7 @@ use workspace::WorkspaceId;
use crate::{
display_map::{DisplaySnapshot, ToDisplayPoint},
hover_popover::hide_hover,
inlay_cache::InlayRefreshReason,
inlay_hint_cache::InlayRefreshReason,
persistence::DB,
Anchor, DisplayPoint, Editor, EditorMode, Event, MultiBufferSnapshot, ToPoint,
};