You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/netgrif-components-core/src/lib/side-menu/content-components/new-case/abstract-new-case.component.ts
Copy file name to clipboardExpand all lines: projects/netgrif-components/src/lib/data-fields/text-field/rich-textarea-field/easymde-wrapper/easymde-wrapper.component.ts
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ export class EasymdeWrapperComponent implements OnDestroy, AfterViewInit, Contro
47
47
48
48
writeValue(value: any): void{
49
49
this.textAreaField.value=!value ? '' : value;
50
+
this._fromEditor=false;
50
51
}
51
52
registerOnChange(fn: any): void{
52
53
this.propagateChange=fn;
@@ -61,6 +62,15 @@ export class EasymdeWrapperComponent implements OnDestroy, AfterViewInit, Contro
0 commit comments