Skip to content

Commit d46f2d9

Browse files
authored
fix: add id to textarea (#51)
1 parent 737d9b4 commit d46f2d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lingua_loop/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ <h1>LinguaLoop</h1>
115115

116116
<!-- User transcription area -->
117117
<div>
118-
<textarea spellcheck=false "userTextArea" placeholder="Type what you hear..." rows="5" cols="60"></textarea>
118+
<textarea spellcheck=false id="userTextArea" placeholder="Type what you hear..." rows="5" cols="60"></textarea>
119119
<button id="scoreBtn">Score</button>
120120
<div id="hintBox" style="margin-top: 8px; color: #666; font-size: 0.8em;">
121121
Press <strong>Ctrl + Shift + L</strong> to automatically snap <br>to the beginning of the transcription

0 commit comments

Comments
 (0)