Disable save as prompt for channel notes (#2917)

This commit is contained in:
Max Brunsfeld 2023-08-30 15:09:53 -07:00 committed by GitHub
commit b94955910c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ impl Item for ChannelView {
}
fn is_singleton(&self, _cx: &AppContext) -> bool {
true
false
}
fn navigate(&mut self, data: Box<dyn Any>, cx: &mut ViewContext<Self>) -> bool {