Closed rochapablo closed 4 years ago
Is there a fix to this?
<ngx-codemirror name="value" [(ngModel)]="model.value" [options]="{ lineNumbers: true, autoRefresh: true, mode: 'markdown' }"></ngx-codemirror>
main.ts
import 'codemirror/mode/markdown/markdown'; import 'codemirror/addon/display/autorefresh';
packages
"@ctrl/ngx-codemirror": "^4.0.1", "codemirror": "^5.58.1",
https://github.com/scttcper/ngx-codemirror/issues/192#issuecomment-709964311
Is there a fix to this?
main.ts
packages