angular-summernote icon indicating copy to clipboard operation
angular-summernote copied to clipboard

Checkbox which is getting checked in the summernote editor, not reflecting in the code elements

Open suganyapalani22 opened this issue 5 years ago • 0 comments

I have created the custom button, on pressing this button, I have included the checkbox by using this code, context.invoke('editor.pasteHTML', '');

By on clicking, the code should be changed into << #input type="checkbox" checked="checked" class="note-editor-checkbox"/>>, but that was not happened, no change in the code.

suganyapalani22 avatar Sep 18 '20 16:09 suganyapalani22