Function push_undo_json

Source
fn push_undo_json(undo: &mut Vec<String>, redo: &mut Vec<String>, json: String)
Expand description

Push an undo snapshot (capped) and clear the redo history.