There was an error while loading. Please reload this page.
1 parent 5d7f490 commit fe8ffe2Copy full SHA for fe8ffe2
index.html
@@ -146,10 +146,6 @@
146
}
147
148
async function setup(){
149
- const elem = document.createElement("img");
150
- elem.setAttribute("src", "start.svg");
151
- document.getElementById("svg-container").appendChild(elem);
152
-
153
// Add keyboard event listener for arrow keys
154
document.addEventListener('keydown', (event) => {
155
// Check if the active element is within a CodeMirror instance
start.svg
0 commit comments