Skip to content

Commit

Permalink
Comment out JSR part
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Nov 5, 2023
1 parent 5cdece4 commit e776742
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ protected async Task CompleteAsync(MouseEventArgs ev)

this.Summary = default;
this.SummaryCompleted = false;
await this.JSR.InvokeVoidAsync("YouTube.RenderProgressBar");
//await this.ProgressBar.RenderAsync();
//await this.JSR.InvokeVoidAsync("YouTube.RenderProgressBar");

var request = new SummariseRequestModel
{
Expand Down

0 comments on commit e776742

Please sign in to comment.