Fix global form submit event (#32652)
This commit is contained in:
parent
f49d82309b
commit
6e507c45ed
1 changed files with 1 additions and 1 deletions
|
@ -122,6 +122,6 @@ async function linkAction(el: HTMLElement, e: Event) {
|
|||
}
|
||||
|
||||
export function initGlobalFetchAction() {
|
||||
addDelegatedEventListener(document, 'click', '.form-fetch-action', formFetchAction);
|
||||
addDelegatedEventListener(document, 'submit', '.form-fetch-action', formFetchAction);
|
||||
addDelegatedEventListener(document, 'click', '.link-action', linkAction);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue