Open mlwatkins opened 4 years ago
Downgrade version fixed the problem for me. "froala-editor": "^3.1.0" "angular-froala-wysiwyg": "^3.1.0"
I was using version 3.1.0 without any issues, But right after updating to 3.2.1. All the events stopped triggering and some options are not applying to the toolbar. I had to downgrade to version 3.1.0.
I have events being passed to the froalaEditor through config:
<div [froalaEditor]="options"></div>
And the initialized event is never firing!!