mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +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;
|
||||
}
|
||||
|
||||
get isUp() {
|
||||
return this._entry.direction.isBackward;
|
||||
}
|
||||
|
||||
get isDown() {
|
||||
return this._entry.direction.isForward;
|
||||
}
|
||||
|
||||
get error() {
|
||||
if (this._error) {
|
||||
const dir = this._entry.prev_batch ? "previous" : "next";
|
||||
|
Loading…
Reference in New Issue
Block a user