UI: Fix markdown widget change detection.
This commit is contained in:
parent
ace521da5b
commit
4b63d929c0
@ -149,7 +149,7 @@ export class MarkdownWidgetComponent extends PageComponent implements OnInit {
|
|||||||
if (this.markdownText !== markdownText) {
|
if (this.markdownText !== markdownText) {
|
||||||
this.markdownText = this.utils.customTranslation(markdownText, markdownText);
|
this.markdownText = this.utils.customTranslation(markdownText, markdownText);
|
||||||
}
|
}
|
||||||
this.cd.markForCheck();
|
this.cd.detectChanges();
|
||||||
}
|
}
|
||||||
|
|
||||||
markdownClick($event: MouseEvent) {
|
markdownClick($event: MouseEvent) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user