context: move note context button to its own file
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -158,8 +158,8 @@ fn timeline_ui(
|
||||
debug!("clicked note");
|
||||
}
|
||||
|
||||
if let Some(selection) = resp.option_selection {
|
||||
selection.process(ui, ¬e);
|
||||
if let Some(context) = resp.context_selection {
|
||||
context.process(ui, ¬e);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user