回答編集履歴
1
chousei
test
CHANGED
@@ -20,9 +20,9 @@
|
|
20
20
|
|
21
21
|
if(e.target.closest('#hoge')){
|
22
22
|
|
23
|
+
console.log(e.type);
|
24
|
+
|
23
25
|
e.target.trigger('contextmenu');
|
24
|
-
|
25
|
-
console.log(e.type);
|
26
26
|
|
27
27
|
}
|
28
28
|
|