回答編集履歴
1
記述ミス
test
CHANGED
@@ -24,7 +24,7 @@
|
|
24
24
|
|
25
25
|
$target.addEventListener('click', () => {
|
26
26
|
|
27
|
-
if ($target.classList.contains("te
|
27
|
+
if ($target.classList.contains("is-active")) {
|
28
28
|
|
29
29
|
$target.classList.remove("is-active")
|
30
30
|
|