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:
Kirill Bulatov 2024-03-11 12:07:42 +02:00 committed by GitHub
parent 4700d33728
commit 2f6c78b0c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 85 additions and 6 deletions

2
Cargo.lock generated
View file

@ -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",