Skip to content

Commit da64189

Browse files
authored
バリデーションのイベント制御をhookしやすくするため
1 parent b09edb5 commit da64189

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

themes/develop/src/js/lib/buildIn/validator/validator.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ class Validator {
178178
}
179179
if (!this.checkFormValidity()) {
180180
event.preventDefault();
181-
event.stopPropagation();
182181

183182
if (this.config.shouldScrollOnSubmitFailed) {
184183
this.scrollToInvalidElement().then(() => {

0 commit comments

Comments
 (0)