-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only one simplemde at a time #222
Comments
Totally right, @MarcBrillault , my bad. Thanks, fixed. A Cheers! |
Thanks ! |
I'm sorry @tabacitu but it doesn't work: as you didn't add the code into the |
Oh crap. Thanks a lot, really messed this up. Fixed and tested, thank you for the heads-up. Cheers! |
Thanks, it works perfectly now. |
This was referenced Apr 2, 2020
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered a bug, where only one simplemde editor is allowed on a page.
I'm quite new to github, I don't know how to push a corrected version of the file yet, but here is what I've done to fix it:
In src/resources/views/fields/simplemde.blade.php, the "new SimpleMDE" has to be out of the checkIfFieldIsFirstOfItsType, or it will only be triggered once.
The text was updated successfully, but these errors were encountered: