a-painter icon indicating copy to clipboard operation
a-painter copied to clipboard

Fix error when loading painting from URL

Open msub2 opened this issue 2 years ago • 2 comments

Was getting an error while removing the hidden class from apainter-logo. Wrapped the code block in a DOMContentLoaded listener to fix. Also updated THREE.XHRLoader -> THREE.FileLoader

msub2 avatar Mar 04 '22 22:03 msub2

I'll test it again later today, but it seemed to be consistently happening

msub2 avatar Mar 08 '22 19:03 msub2

Took some timestamps and it is definitely running init code before DOMContentLoaded

msub2 avatar Mar 09 '22 03:03 msub2