zed/crates/editor
Antonio Scandurra 121264d35a Fix panic when opening multiple definitions in a multibuffer
The editor is on the stack, so adding an item to the `Pane` containing
the editor will cause a double borrow and a consequent panic. This
commit fixes the issue by deferring the opening of the definitions.
2023-05-04 14:34:42 +02:00
..
src Fix panic when opening multiple definitions in a multibuffer 2023-05-04 14:34:42 +02:00
Cargo.toml Merge branch 'main' into copilot-disabled-globs 2023-05-03 10:53:28 -07:00