回答編集履歴
1
修正
test
CHANGED
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
("mousedown touchstart".split(" ")).forEach(function (e) {
|
70
70
|
|
71
|
-
document.addEventListener(e, function () {
|
71
|
+
document.querySelector(".something").addEventListener(e, function () {
|
72
72
|
|
73
73
|
|
74
74
|
|