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 bb53997 commit 2895d00Copy full SHA for 2895d00
index.html
@@ -42,10 +42,10 @@
42
<h1>Schemascii Playground</h1>
43
<div class="flex row">
44
<div class="flex column">
45
- <p>Schemascii Source</p><textarea id="schemascii"></textarea>
+ <p>Schemascii Source</p><textarea id="schemascii" disabled></textarea>
46
</div>
47
48
- <p>CSS</p><textarea id="css"></textarea>
+ <p>CSS</p><textarea id="css" disabled></textarea>
49
50
51
<h2>Result</h2>
@@ -112,6 +112,8 @@ <h2>Errors</h2>
112
}
113
}, 100);
114
});
115
+ source.removeAttribute("disabled");
116
+ css.removeAttribute("disabled");
117
118
main();
119
</script>
0 commit comments