Closed Hiaslafson closed 2 years ago
I have a questions in regards of hiding Froala on blur.
I am using initOnClick: true, but is there a counterpart for it? sth like "deinit OnBlur" to hide the editor again?
Thanks for the help
Can anybody help with this? its blocking me big.. maybe I am missing something
Solution: events: { blur: function() { this.toolbar.hide() }, focus: function() { this.toolbar.show() }
Can be closed
I have a questions in regards of hiding Froala on blur.
I am using initOnClick: true, but is there a counterpart for it? sth like "deinit OnBlur" to hide the editor again?
Thanks for the help