Skip to content

Commit

Permalink
「変更時」のイベントがchangeじゃなくて'click'になっていた件を修正 #1756
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Oct 23, 2024
1 parent 5fd34dd commit 43cf3e8
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 @@ -68,7 +68,7 @@ export default {
josi: [['で'], ['を', 'の']],
pure: true,
fn: function (func: NakoCallback, dom: NakoDom, sys: NakoBrowsesrSystem) {
sys.__addEvent(dom, 'click', func, null)
sys.__addEvent(dom, 'change', func, null)
},
return_none: true
},
Expand Down

0 comments on commit 43cf3e8

Please # to comment.