Closed YugasVasyl closed 1 year ago
Somehow updateEditor method is triggered probably after onDestroy, which causes error in console, added fix to avoid it, please merge.
updateEditor
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.
Somehow
updateEditor
method is triggered probably after onDestroy, which causes error in console, added fix to avoid it, please merge.