await this

This commit is contained in:
Bruno Windels 2020-09-14 17:45:02 +02:00
parent b2e6e8687e
commit a11b612640

View file

@ -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;