[][src]Function mem6::status2ndcardmod::on_click_2nd_card

pub fn on_click_2nd_card(
    rrc: &mut RootRenderingComponent,
    vdom: &VdomWeak,
    this_click_card_index: usize
)

on second click The on click event passed by JavaScript executes all the logic and changes only the fields of the Card Grid struct. That struct is the only permanent data storage for later render the virtual dom.