mirror of https://github.com/sveltejs/svelte
chore: delegate input event (#11732)
We didn't delegate the input event back when we were also delegating `on:x` events, because it messes up the event/bindings/actions order. Since we're only doing that for `onx` event attributes now that reason is obsolete and we can start delegating it.pull/11740/head
parent
c3489eb5de
commit
4f9096a5a8
Loading…
Reference in new issue