Skip to content

Commit

Permalink
「クリック時」の引数に「DOMの」を追加 #1754
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Oct 8, 2024
1 parent 8842284 commit b1e1fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin_browser_dom_event.mts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
},
'クリック時': { // @無名関数FでDOMをクリックした時に実行するイベントを設定 // @くりっくしたとき
type: 'func',
josi: [['で'], ['を']],
josi: [['で'], ['を', 'の']],
pure: true,
fn: function (func: any, dom: any, sys: any) {
sys.__addEvent(dom, 'click', func, null)
Expand Down

0 comments on commit b1e1fc1

Please sign in to comment.