Merge remote-tracking branch 'origin/rich_text2' into editor2

This commit is contained in:
Nathan Sobo 2023-11-02 20:34:52 -06:00
commit 2a12e8f307
15 changed files with 930 additions and 37 deletions

View file

@ -1044,9 +1044,9 @@ impl Workspace {
// dock.update(cx, |dock, cx| dock.add_panel(panel, cx));
// }
// pub fn status_bar(&self) -> &View<StatusBar> {
// &self.status_bar
// }
pub fn status_bar(&self) -> &View<StatusBar> {
&self.status_bar
}
pub fn app_state(&self) -> &Arc<AppState> {
&self.app_state