Merge remote-tracking branch 'origin/rich_text2' into editor2
This commit is contained in:
commit
2a12e8f307
15 changed files with 930 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue