Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.39k stars 316 forks source link

Boostrap 4 .modal-dialog-scrollable does not work when EasyMDE is enabled #172

Open OmkarPathak opened 4 years ago

OmkarPathak commented 4 years ago

Describe the bug I want to enable Bootstrap's modal-dialog-scrollable class so that I can have a scrollable modal body (dialog). But when I enable EasyMDE on that textbook, it stops working. Can you please help?

Screenshots image

Version information

ghost commented 3 years ago

Did you try ?

.on('shown.bs.modal', function (e) {});