context: move note context button to its own file

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-26 10:47:43 -07:00
parent 0c3b2ae817
commit 2dba41186d
7 changed files with 176 additions and 132 deletions

View File

@@ -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, &note);
}
});