Skip to content

Commit

Permalink
autofocus
Browse files Browse the repository at this point in the history
  • Loading branch information
cat2151 committed Dec 13, 2023
1 parent e9d8054 commit bda0dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<button id="play-button">play</button>
<div id="music-score"></div>
<textarea id="abc-notation">[C8EGB]</textarea><br>
<textarea id="abc-notation" autofocus>[C8EGB]</textarea><br>
<script defer src="https://cdn.jsdelivr.net/npm/abcjs@6/dist/abcjs-basic-min.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/gh/cat2151/easyabcjs6/easyabcjs6.js"></script>
<script defer type="module">
Expand Down

0 comments on commit bda0dcb

Please sign in to comment.