Reputation: 167
I am using basic bootstrap modal inside which there is a summernote text area.
Problem is when I click on the insert picture button in summernote, it again opens a modal to choose the picture, but if I click on the modal close button of the summernote picture modal without choosing the picture, it closes the main modal too.
I don't want to close the main modal when modal close of the picture modal is clicked. Any help would be appreciated....
Upvotes: 0
Views: 1051
Reputation: 2464
@argon 's solution didn't work for me.
But I found this solution (provided here):
('#HtmlContent').summernote( {
dialogsInBody: true,
});
Upvotes: 0
Reputation:
id
attributename
attributemodal1
)Upvotes: 2