teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

コードの修正

2019/11/23 12:47

投稿

nanase21
nanase21

スコア144

title CHANGED
File without changes
body CHANGED
@@ -23,7 +23,7 @@
23
23
  ```
24
24
 
25
25
  ```js
26
- var tBox = document.getElementById("chat-input");
26
+ var tBox = document.getElementById("dmComposerTextInput");
27
27
  tBox.addEventListener('input', function() {
28
28
  if (tBox.innerText.length > 3) {
29
29
  //TODO: 動作に影響はないがエラーになっているので時間ある時に修正する必要がある。