回答編集履歴

1

chousei

2021/11/19 11:04

投稿

yambejp
yambejp

スコア117691

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