We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfeaeb3 commit 0ad152aCopy full SHA for 0ad152a
src/index.js
@@ -29,7 +29,7 @@ Promise.all([
29
// dang huge (> 40Mb). In the meantime the textarea that is holding the place
30
// of the actual functional one is just going to display "Loading...".
31
import("./createRuby").then(({ default: createRuby }) => createRuby())
32
-]).then(([editor, mermaid, ruby]) => {
+]).then(async ([editor, mermaid, ruby]) => {
33
// First, grab a reference to the output element so that we can update it.
34
// Then, set it initially to the output represented by the source.
35
const output = document.getElementById("output");
0 commit comments