context: move note context button to its own file
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -125,7 +125,7 @@ impl<'a> ThreadView<'a> {
|
||||
action = Some(bar_action);
|
||||
}
|
||||
|
||||
if let Some(selection) = note_response.option_selection {
|
||||
if let Some(selection) = note_response.context_selection {
|
||||
selection.process(ui, ¬e);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user