modification to JSInterop and Quill

This commit is contained in:
Shaun Walker 2020-05-22 11:51:57 -04:00
parent c089b90659
commit e1b0dbcdf7
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