lula / ngx-summernote

Summernote editor for Angular :sunglasses:
MIT License
102 stars 42 forks source link

fix updateEditor method #180

Closed YugasVasyl closed 1 year ago

YugasVasyl commented 1 year ago

Somehow updateEditor method is triggered probably after onDestroy, which causes error in console, added fix to avoid it, please merge.

YugasVasyl commented 1 year ago

ok, I found out why it was erroring for me. I forgot to change body directive from summernoteModel to ngxSummernoteView. And now it works fine.