Skip to content

Commit 5e2d773

Browse files
committed
fix startup
1 parent f8d2413 commit 5e2d773

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/demo/demo.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ $clearElem.addEventListener('click', handleClearClick, false);
6464

6565
Promise.all([
6666
setInitialQuickref(),
67-
setInitialOutputType()
68-
.then(handleOutputChange),
67+
setInitialOutputType(),
6968
setInitialText(),
7069
setInitialVersion()
7170
.then(setInitialOptions)
7271
]).then(function () {
72+
handleInputChange();
73+
handleOutputChange();
7374
checkForChanges();
7475
setScrollPercent(0);
7576
});

0 commit comments

Comments
 (0)