We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0f019 commit d247b81Copy full SHA for d247b81
node-graph/libraries/core-types/src/context.rs
@@ -305,7 +305,7 @@ impl ExtractAnimationTime for OwnedContextImpl {
305
}
306
impl ExtractIndex for OwnedContextImpl {
307
fn try_index(&self) -> Option<impl Iterator<Item = usize>> {
308
- self.index.clone().map(|x| x.into_iter())
+ self.index.clone().map(|x| x.into_iter().rev())
309
310
311
impl ExtractVarArgs for OwnedContextImpl {
0 commit comments