Skip to content

Commit

Permalink
Fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobius1 committed Jul 1, 2023
1 parent d5604ca commit f00926c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selectable.js",
"version": "0.18.0",
"version": "0.19.1",
"ignore": [
".gitattributes",
"README.md"
Expand Down
4 changes: 2 additions & 2 deletions selectable.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (c) 2017 Karl Saunders (Mobius1)
* Licensed under MIT (http://www.opensource.org/licenses/mit-license.php)
*
* Version: 0.19.0
* Version: 0.19.1
*
*/
(function(root, factory) {
Expand Down Expand Up @@ -1704,7 +1704,7 @@
}
}
}
if (el.selected) {
if (item.selected) {
if (!cmd) {
if (!item.startselected) {
classList.remove(el, o.classes.selected);
Expand Down
4 changes: 2 additions & 2 deletions selectable.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f00926c

Please sign in to comment.