Skip to content

Commit

Permalink
[ZEPPELIN-6063] Fix delay in paragraph results rendering in new UI (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonelee authored Aug 26, 2024
1 parent 9078044 commit 364a556
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,7 @@ export class NotebookParagraphResultComponent implements OnInit, AfterViewInit,
this.renderAngular();
break;
}
this.cdr.markForCheck();
if (this.published) {
this.cdr.detectChanges();
}
this.cdr.detectChanges();
}

renderHTML(): void {
Expand Down

0 comments on commit 364a556

Please sign in to comment.