ember-cli-summernote icon indicating copy to clipboard operation
ember-cli-summernote copied to clipboard

Having two editors in a page is not working

Open Charizard opened this issue 7 years ago • 2 comments

When trying to initialize two summer note editors is causing conflict. The onContentChange action always triggers for the second editor even when editing the first one.

Charizard avatar Dec 22 '17 12:12 Charizard

FYI: the component as written adds a div with id of 'summernote'. so when you add multiple editors to same page, you get multiple divs with same id.

jabbermarky avatar Feb 16 '18 18:02 jabbermarky

@jabbermarky I thought so too and did remove the use of id. The issue was still happening. I did not have enough time to get to the bottom of it. So, eventually had to switch to another editor. Maybe it is the issue with summernote itself.

Charizard avatar Feb 19 '18 11:02 Charizard