forked from mystiq/hydrogen-web
await this
This commit is contained in:
parent
b2e6e8687e
commit
a11b612640
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export class TimelineViewModel extends ViewModel {
|
||||||
}
|
}
|
||||||
const firstTile = this._tiles.getFirst();
|
const firstTile = this._tiles.getFirst();
|
||||||
if (firstTile.shape === "gap") {
|
if (firstTile.shape === "gap") {
|
||||||
return firstTile.fill();
|
return await firstTile.fill();
|
||||||
} else {
|
} else {
|
||||||
await this._timeline.loadAtTop(10);
|
await this._timeline.loadAtTop(10);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue