Files
oak-gpui/crates
Antonio Scandurra e566929d9e Fix panic when clicking on a definition
This was introduced with #2420 and was caused by re-entrantly updating
the workspace. Instead of passing the workspace reference from the outside,
we now define the definition navigation as a method on the editor which solves
the issue.

Note that we also needed to introduce a `defer` call when navigating to a definition
to prevent the workspace from reading the editor during `open_project_item`.
2023-04-29 14:53:17 +02:00
..
💄
2023-04-28 16:38:00 +02:00
2023-02-27 12:06:10 -08:00
2023-04-28 17:37:25 +02:00
2023-04-27 14:35:34 -04:00
2023-04-28 14:13:07 +02:00