Skip to content

Commit 7db2838

Browse files
committed
fix: timing issue re-constructing RAS data URL
1 parent 8a1c4a9 commit 7db2838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/studio-web/src/app/demo/demo.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="row"></div>
2121

2222
<div class="row" *ngIf="studioService.b64Inputs$ | async as b64Inputs">
23-
<div *ngIf="b64Inputs[0] && b64Inputs[1]">
23+
<div *ngIf="b64Inputs[0] && b64Inputs[1] && rasAsDataURL()">
2424
<read-along
2525
id="readalong"
2626
[language]="language"

0 commit comments

Comments
 (0)