Skip to content

Commit

Permalink
Bugfix: using messages list checkboxes failed
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Oct 2, 2023
1 parent 396caab commit 57b804f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Common/Selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class Selector {

koSelectedItem.subscribe(item => {
if (item) {
koList.forEach(subItem => subItem.checked(false));
// koList.forEach(subItem => subItem.checked(false));
selectedItemUseCallback && itemSelectedThrottle(item);
} else {
selectedItemUseCallback && itemSelected();
Expand Down

0 comments on commit 57b804f

Please sign in to comment.