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