This commit is contained in:
Antonio Scandurra 2023-10-23 12:16:33 +02:00
parent c0e8ae5dfa
commit a72434f67b
11 changed files with 1914 additions and 16 deletions

View file

@ -116,7 +116,7 @@ impl Project {
}
}
pub fn local_terminal_handles(&self) -> &Vec<WeakModelHandle<terminal::Terminal>> {
pub fn local_terminal_handles(&self) -> &Vec<WeakHandle<terminal::Terminal>> {
&self.terminals.local_handles
}
}