Skip to main content

yank_row

Function yank_row 

Source
pub fn yank_row(target: Option<YankTarget>, tx: &AppTx)
Expand description

Perform a crate::components::search_list::KeyReaction::Yank: copy the row’s target and name what was copied (“path copied”, “tag copied”), or say there was nothing to copy.

The None branch is the point. Silence there is indistinguishable from a clipboard failure or from an unbound key, which is precisely how the missing note-browser yank stayed invisible.