jazzband / django-tinymce

TinyMCE integration for Django
http://django-tinymce.readthedocs.org/
MIT License
1.25k stars 317 forks source link

Safari problem and disable tinymce for it #447

Open esseti opened 10 months ago

esseti commented 10 months ago

Hello, i've a problem with safari, when i submit the form it sends to the backend (i use htmx) the old content instead of the new one. same code works for safari and chrome. should i trigger some JS action to ensure that the new text is used?

otherwise, how can I disable, via settings or other places, the tinymce when the user is on safari?