Skip to content

Commit

Permalink
Solving #281 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jun 4, 2019
1 parent dbbce8d commit 0c9cf96
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/bootstrap-native-v4.js
Original file line number Diff line number Diff line change
Expand Up @@ -1189,8 +1189,8 @@
|| clickTarget[getAttribute](dataDismiss) === component
|| clickTarget === modal && self[backdrop] !== staticString ) ) {
self.hide(); relatedTarget = null;
e[preventDefault]();
}
e[preventDefault]();
};

// public methods
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap-native-v4.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bootstrap-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -1340,8 +1340,8 @@
|| clickTarget[getAttribute](dataDismiss) === component
|| clickTarget === modal && self[backdrop] !== staticString) ) {
self.hide(); relatedTarget = null;
e[preventDefault]();
}
e[preventDefault]();
};

// public methods
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap-native.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/V3/modal-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ var Modal = function(element, options) { // element can be the modal/triggering
|| clickTarget[getAttribute](dataDismiss) === component
|| clickTarget === modal && self[backdrop] !== staticString) ) {
self.hide(); relatedTarget = null;
e[preventDefault]();
}
e[preventDefault]();
};

// public methods
Expand Down
2 changes: 1 addition & 1 deletion lib/V4/modal-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ var Modal = function(element, options) { // element can be the modal/triggering
|| clickTarget[getAttribute](dataDismiss) === component
|| clickTarget === modal && self[backdrop] !== staticString ) ) {
self.hide(); relatedTarget = null;
e[preventDefault]();
}
e[preventDefault]();
};

// public methods
Expand Down

0 comments on commit 0c9cf96

Please sign in to comment.