Fix incorrect outline selections after submit (#9160)
Follow-up of https://github.com/zed-industries/zed/pull/9153 Release Notes: - N/A
This commit is contained in:
parent
4700d33728
commit
2f6c78b0c0
5 changed files with 85 additions and 6 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -4291,6 +4291,7 @@ dependencies = [
|
|||
"language",
|
||||
"menu",
|
||||
"project",
|
||||
"rope",
|
||||
"serde_json",
|
||||
"text",
|
||||
"theme",
|
||||
|
@ -6626,6 +6627,7 @@ dependencies = [
|
|||
"ordered-float 2.10.0",
|
||||
"picker",
|
||||
"project",
|
||||
"rope",
|
||||
"serde_json",
|
||||
"settings",
|
||||
"smol",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue