Skip to content

Commit 4cce1e3

Browse files
committed
build
1 parent 9818d9d commit 4cce1e3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

public/jquery.selectric.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,9 @@
831831

832832
if ( e ) {
833833
e.preventDefault();
834-
e.stopPropagation();
834+
if (_this.options.stopPropagation) {
835+
e.stopPropagation();
836+
}
835837
}
836838

837839
if ( _this.state.enabled ) {

0 commit comments

Comments
 (0)