🐛 Fix incorrect iterator order in action lists
This commit is contained in:
parent
0cc2d7ee2d
commit
53b97c728c
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ impl ActionsList {
|
|||
.read()
|
||||
.unwrap()
|
||||
.iter()
|
||||
.rev()
|
||||
.map(|a| {
|
||||
if let Some(action) = (**a).downcast_ref::<A>() {
|
||||
f(action);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue