Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Commit

Permalink
fix(validation): touched property issues
Browse files Browse the repository at this point in the history
Closes #163
  • Loading branch information
kazupon committed Mar 6, 2016
1 parent 7e65517 commit d8f1d09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/validations/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ export default class BaseValidation {
}

listener (e) {
if (e.relatedTarget
&& (e.relatedTarget.tagName === 'A' || e.relatedTarget.tagName === 'BUTTON')) {
return
}

if (this.guardValidate(e.target, e.type)) {
return
}
Expand Down

0 comments on commit d8f1d09

Please sign in to comment.