-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
[BUG] Quest Preview TinyMCE editor not saved properly under FVTT 0.7.3+ #97
Comments
didn't work fvtt 0.7.7
|
Make sure async_onEditorSave is replaced. Replace that whole section with this, and it will work:
|
my damn eyes.......it was night already yesterday in Moscow when I tried to fix it, so I was trying to change these lines in quest-form app, not in QuestPreview. Thanks a lot!
|
The TinyMCE editor in the QuestPreview app doesn't save properly anymore because of some changes to the FormApplication class in FVTT version 0.7.3+
You currently do this:
Ths
_onEditorSave()
method no longer exists in the core FVTT code. You need to do something like this:The text was updated successfully, but these errors were encountered: