Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Work around bug involving fonts/DOM injection
Adding font before parent container has been added to DOM crashes on pageload. Error message is TextArea.js:6 Uncaught TypeError: ea[v[((v[(a >> 2)] + 68) >> 2)]] is not a function at Ml (TextArea.js:6:1555) at Array.Sr (TextArea.js:6:9333) at qi (TextArea.js:5:252871) at Rp (TextArea.js:5:91855) at Module._main (TextArea.js:15:78841) at callMain (TextArea.js:15:81058) at doRun (TextArea.js:15:81455) at run (TextArea.js:15:81627) at runCaller (TextArea.js:15:80913) at removeRunDependency (TextArea.js:15:4729) Ml @ TextArea.js:6 Sr @ TextArea.js:6 qi @ TextArea.js:5 Rp @ TextArea.js:5 Module._main @ TextArea.js:15 callMain @ TextArea.js:15 doRun @ TextArea.js:15 run @ TextArea.js:15 runCaller @ TextArea.js:15 removeRunDependency @ TextArea.js:15 applyMemoryInitializer @ TextArea.js:15 xhr.onload @ TextArea.js:1 load (async) readAsync @ TextArea.js:1 doBrowserLoad @ TextArea.js:15 runMemoryInitializer @ TextArea.js:15 receiveInstance @ TextArea.js:15 receiveInstantiationResult @ TextArea.js:15 Promise.then (async) instantiateArrayBuffer @ TextArea.js:15 instantiateAsync @ TextArea.js:15 createWasm @ TextArea.js:15 (anonymous) @ TextArea.js:15
- Loading branch information