mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: prevent blocking form submissions
This commit is contained in:
parent
57b481c7e3
commit
6789fe6a11
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ const config: Config = {
|
|||
return path
|
||||
},
|
||||
},
|
||||
form: 'form:not(form)', // prevent blocking form submissions
|
||||
fallback(target, reason) {
|
||||
// prevent unexpected reload
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue