mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
thinko with direction
This commit is contained in:
parent
8f7e5a799c
commit
b1e382d7c9
@ -10,7 +10,7 @@ export default class QueryTarget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
reduceReverse(range, reducer, initialValue) {
|
reduceReverse(range, reducer, initialValue) {
|
||||||
return this._reduce(range, reducer, initialValue, "next");
|
return this._reduce(range, reducer, initialValue, "prev");
|
||||||
}
|
}
|
||||||
|
|
||||||
selectLimit(range, amount) {
|
selectLimit(range, amount) {
|
||||||
|
Loading…
Reference in New Issue
Block a user