Merge pull request #5402 from jsangmeister/fix-tiny-mce
Fix change detection for Tiny MCE
This commit is contained in:
commit
4673c741e9
@ -721,7 +721,7 @@
|
|||||||
|
|
||||||
<!-- The HTML Editor for motions and traditional amendments -->
|
<!-- The HTML Editor for motions and traditional amendments -->
|
||||||
<ng-container *ngIf="motion && editMotion && !motion.isParagraphBasedAmendment()">
|
<ng-container *ngIf="motion && editMotion && !motion.isParagraphBasedAmendment()">
|
||||||
<editor formControlName="text" [init]="tinyMceSettings" (onChange)="detectChanges()" required></editor>
|
<editor formControlName="text" [init]="tinyMceSettings" (ngModelChange)="detectChanges()" required></editor>
|
||||||
<div
|
<div
|
||||||
*ngIf="
|
*ngIf="
|
||||||
contentForm.get('text').invalid &&
|
contentForm.get('text').invalid &&
|
||||||
|
Loading…
Reference in New Issue
Block a user