Make channel notes act as an editor to enable inline assistant
This commit is contained in:
parent
e7b7ac9d8c
commit
4e818fed4a
2 changed files with 17 additions and 1 deletions
|
@ -171,6 +171,7 @@ pub trait Item: View {
|
|||
None
|
||||
}
|
||||
}
|
||||
|
||||
fn as_searchable(&self, _: &ViewHandle<Self>) -> Option<Box<dyn SearchableItemHandle>> {
|
||||
None
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue