We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16359d3 commit 0739f33Copy full SHA for 0739f33
2 files changed
actions.js
@@ -39,7 +39,7 @@ else if (action === 'openfile') {
39
if (location.pathname === '/codeEditor.html') {
40
setCode(fContent)
41
}
42
- setContent(fContent)
+ else setContent(fContent)
43
44
45
else if (action === 'filelink') {
codeEditor.html
@@ -59,7 +59,7 @@
59
</script>
60
<script src="https://unpkg.com/monaco-editor@latest/min/vs/loader.js"></script>
61
<script src="actions.js"></script>
62
- <!-- <script src="codeEditor.js"></script> -->
+ <script src="codeEditor.js"></script>
63
<script src="sectionWidth.js"></script>
64
</body>
65
</html>
0 commit comments