fix(app): header actions glitch in preview page
extend actions vec once on first selection only.
This commit is contained in:
parent
0ab6e49396
commit
b71e21d346
1 changed files with 1 additions and 0 deletions
|
|
@ -3645,6 +3645,7 @@ impl Application for App {
|
||||||
actions.extend(item.preview_header().into_iter().map(|element| {
|
actions.extend(item.preview_header().into_iter().map(|element| {
|
||||||
element.map(move |x| Message::TabMessage(Some(entity), x))
|
element.map(move |x| Message::TabMessage(Some(entity), x))
|
||||||
}));
|
}));
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue