angular-froala-wysiwyg icon indicating copy to clipboard operation
angular-froala-wysiwyg copied to clipboard

Events are not firing in 3.2.1!!!

Open mlwatkins opened this issue 4 years ago • 3 comments

I have events being passed to the froalaEditor through config:

<div [froalaEditor]="options"></div>

this.options = {
         events = {
                  initialized: function(event) {

                 }
         }
}

And the initialized event is never firing!!

mlwatkins avatar Aug 07 '20 16:08 mlwatkins

Duplicate https://github.com/froala/angular-froala-wysiwyg/issues/421

qdelettre avatar Aug 10 '20 09:08 qdelettre

Downgrade version fixed the problem for me. "froala-editor": "^3.1.0" "angular-froala-wysiwyg": "^3.1.0"

izonnn avatar Aug 11 '20 08:08 izonnn

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.

rid-rupasinghe avatar Aug 14 '20 10:08 rid-rupasinghe