Merge pull request #529 from sbwalker/master

modification to JSInterop and Quill
This commit is contained in:
Shaun Walker 2020-05-22 11:51:04 -04:00 committed by GitHub
commit c2ddd248e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -128,6 +128,7 @@ window.interop = {
else { else {
script.innerHTML = content; script.innerHTML = content;
} }
script.async = false;
if (location === 'head') { if (location === 'head') {
document.head.appendChild(script); document.head.appendChild(script);
} }

File diff suppressed because one or more lines are too long