pub(super) fn handle_layout_insert_node(
state: &mut State,
tab_id: String,
node: LayoutNode,
parent_id: Option<String>,
index: Option<usize>,
focus_after: bool,
magnify_after: bool,
correlation_id: String,
) -> Vec<Event>