Working on Compatibility for FVTT v10
This commit is contained in:
@@ -66,6 +66,7 @@ export const RegisterHandlebars = function () {
|
||||
|
||||
// enrichHTML
|
||||
Handlebars.registerHelper("enrichHTML", function (text, options = {}) {
|
||||
options.async = false;
|
||||
return TextEditor.enrichHTML(text, options);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user