zed/crates/zed2
Marshall Bowers 80c8fd1f4c
Fix toolbar not appearing for initial pane (#3512)
This PR fixes an issues where the toolbar would not appear for the
center pane when Zed2 initially loads.

We resolved this by adding a call to initialize the center pane when the
workspace is initialized

Due to changes in the way subscriptions work we can on longer observe an
event that is emitted in the same event cycle in which the subscription
is created.

Because of this we need to explicitly initialize the center pane, as it
won't get performed by the subscription.

Release Notes:

- N/A

---------

Co-authored-by: Antonio <antonio@zed.dev>
2023-12-06 11:54:59 -05:00
..
contents Fix bundle script 2023-11-17 17:44:41 -08:00
resources Add temp nightly icon 2023-12-04 12:48:21 -05:00
src Fix toolbar not appearing for initial pane (#3512) 2023-12-06 11:54:59 -05:00
build.rs Make the commit sha availabe in the app, via a global 2023-11-17 14:52:43 -08:00
Cargo.toml Port quick_action_bar to zed2 2023-12-05 17:33:35 +01:00