surmon-china / ngx-quill-editor

🍡@quilljs editor component for @angular
https://github.surmon.me/ngx-quill-editor
MIT License
232 stars 54 forks source link

img can not bind to model #66

Open chenguanbo opened 5 years ago

chenguanbo commented 5 years ago

where I use nix-quill on angular 7.0^ I got this issue:

image

I can upload img.but the value binded didn't change

image

if I only change the value either than add a img ,the model can change

image

Thanks