kaarch
kaarch

Reputation: 117

Summernote insertImage trigger onChange

onImageUpload Example

I have a script using summernote as a wysiwyg editor, and am using the example from the link about to handle image uploads. However, the editor.insertImage function doesn't trigger the summernote onChange event (which is what I'm using to save the content of the editor). Does anyone know how I can call the summernote onChange function from within the onImageUpload callback?

Upvotes: 0

Views: 2683

Answers (1)

Hacker Wins
Hacker Wins

Reputation: 1289

It was summernote's bug. Now I fixed it. Thanks you for reporting.

Upvotes: 3

Related Questions