fix(app): header actions glitch in preview page

extend actions vec once on first selection only.
This commit is contained in:
Shehriyar Qureshi 2025-03-05 22:26:37 +05:00
parent 0ab6e49396
commit b71e21d346

View file

@ -3645,6 +3645,7 @@ impl Application for App {
actions.extend(item.preview_header().into_iter().map(|element| {
element.map(move |x| Message::TabMessage(Some(entity), x))
}));
break;
}
}
}