mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 17:58:17 +00:00
fix: push resolved span to editor (#1194)
This commit is contained in:
parent
40c176ccf6
commit
02a14c9cc9
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ impl RenderActor {
|
|||
log::debug!("RenderActor: resolved WebviewResolveSpan: {spans:?}");
|
||||
// end position is used
|
||||
if let Some(spans) = spans {
|
||||
self.resolve_span_range(spans.0..spans.1);
|
||||
self.editor_resolve_span_range(spans.0..spans.1);
|
||||
}
|
||||
}
|
||||
RenderActorRequest::ResolveSourceLoc(req) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue