mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
🔥
This commit is contained in:
parent
bb954e29cf
commit
4f472e1442
1 changed files with 0 additions and 1 deletions
|
@ -147,7 +147,6 @@ pub trait Item: Entity + Sized {
|
|||
pub trait ItemView: View {
|
||||
type ItemHandle: ItemHandle;
|
||||
|
||||
fn added_to_pane(&mut self, _: Rc<Navigation>, _: &mut ViewContext<Self>) {}
|
||||
fn deactivated(&mut self, _: &mut ViewContext<Self>) {}
|
||||
fn navigate(&mut self, _: Box<dyn Any>, _: &mut ViewContext<Self>) {}
|
||||
fn item_handle(&self, cx: &AppContext) -> Self::ItemHandle;
|
||||
|
|
Loading…
Reference in a new issue