mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
unused now
This commit is contained in:
parent
37597e2acb
commit
0b1d9bf25e
@ -62,14 +62,6 @@ export class GapTile extends SimpleTile {
|
|||||||
return this._loading;
|
return this._loading;
|
||||||
}
|
}
|
||||||
|
|
||||||
get isUp() {
|
|
||||||
return this._entry.direction.isBackward;
|
|
||||||
}
|
|
||||||
|
|
||||||
get isDown() {
|
|
||||||
return this._entry.direction.isForward;
|
|
||||||
}
|
|
||||||
|
|
||||||
get error() {
|
get error() {
|
||||||
if (this._error) {
|
if (this._error) {
|
||||||
const dir = this._entry.prev_batch ? "previous" : "next";
|
const dir = this._entry.prev_batch ? "previous" : "next";
|
||||||
|
Loading…
Reference in New Issue
Block a user