fix: prevent blocking form submissions

This commit is contained in:
EnixCoda 2020-11-13 11:39:40 +08:00
parent 57b481c7e3
commit 6789fe6a11
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -20,6 +20,7 @@ const config: Config = {
return path
},
},
form: 'form:not(form)', // prevent blocking form submissions
fallback(target, reason) {
// prevent unexpected reload
},