mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-19 21:41:02 +02:00
Correct the dir parameter of MSC3715 (#9391)
This commit is contained in:
parent
476ed0468f
commit
7ddc0b78b3
@ -449,7 +449,7 @@ export class StopGapWidgetDriver extends WidgetDriver {
|
|||||||
from,
|
from,
|
||||||
to,
|
to,
|
||||||
limit,
|
limit,
|
||||||
direction: dir,
|
dir,
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
@ -266,7 +266,7 @@ describe("StopGapWidgetDriver", () => {
|
|||||||
limit: 25,
|
limit: 25,
|
||||||
from: 'from-token',
|
from: 'from-token',
|
||||||
to: 'to-token',
|
to: 'to-token',
|
||||||
direction: Direction.Forward,
|
dir: Direction.Forward,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user