bugfixing

This commit is contained in:
2020-06-14 15:46:24 +02:00
parent 1e1e127f13
commit 19b28453d3
36 changed files with 175 additions and 97 deletions

View File

@@ -77,7 +77,7 @@ export class RemoteComponent {
id: song.id,
title: song.title,
sections: this.textRenderingService.parse(song.text, null)
}))
}));
});
await delay(500);
this.progress = false;
@@ -91,7 +91,7 @@ export class RemoteComponent {
await this.showService.update$(this.currentShowId, {
presentationSongId: id,
presentationSection: index
})
});
}
public async onZoom(zoom: number) {