We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 737d9b4 commit d46f2d9Copy full SHA for d46f2d9
1 file changed
src/lingua_loop/templates/index.html
@@ -115,7 +115,7 @@ <h1>LinguaLoop</h1>
115
116
<!-- User transcription area -->
117
<div>
118
- <textarea spellcheck=false "userTextArea" placeholder="Type what you hear..." rows="5" cols="60"></textarea>
+ <textarea spellcheck=false id="userTextArea" placeholder="Type what you hear..." rows="5" cols="60"></textarea>
119
<button id="scoreBtn">Score</button>
120
<div id="hintBox" style="margin-top: 8px; color: #666; font-size: 0.8em;">
121
Press <strong>Ctrl + Shift + L</strong> to automatically snap <br>to the beginning of the transcription
0 commit comments