Skip to content

Commit e993e7c

Browse files
more bug fixes
1 parent 22b9709 commit e993e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-ui-quince/src/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ input.addEventListener('keypress', function(e) {
336336
}
337337
});
338338

339-
readOutLoudBtnClass.addEventListener('click', function () {
339+
readOutLoudBtn.addEventListener('click', function () {
340340
toggleReadOutLoud();
341341
});
342342

0 commit comments

Comments
 (0)