回答編集履歴

1

記述ミス

2019/11/20 01:44

投稿

nt4c
nt4c

スコア768

test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  $target.addEventListener('click', () => {
26
26
 
27
- if ($target.classList.contains("test")) {
27
+ if ($target.classList.contains("is-active")) {
28
28
 
29
29
  $target.classList.remove("is-active")
30
30