Implement more InlaySnapshot methods
Co-Authored-By: Antonio Scandurra <antonio@zed.dev>
This commit is contained in:
parent
daa2ebb57f
commit
568a67c4d7
5 changed files with 94 additions and 29 deletions
|
@ -766,7 +766,7 @@ impl WrapSnapshot {
|
|||
let suggestion_point = self
|
||||
.tab_snapshot
|
||||
.inlay_snapshot
|
||||
.to_suggestion_point(inlay_point, Bias::Left);
|
||||
.to_suggestion_point(inlay_point);
|
||||
let fold_point = self
|
||||
.tab_snapshot
|
||||
.inlay_snapshot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue