Skip to content

Commit

Permalink
Fix input block batch action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ttempleton committed Oct 3, 2024
1 parent e03dc24 commit b42dee5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Unreleased

### Fixed
- Fixed a bug where trying to perform a batch action on Neo input blocks would only perform the action on one block

## 5.2.8 - 2024-10-02

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/web/assets/input/dist/scripts/input.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/input/dist/scripts/input.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/web/assets/input/src/scripts/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ export default Garnish.Base.extend({
multi: true,
vertical: true,
handle: '> .ni_block_topbar [data-neo-b$=".select"] > .checkbox',
selectedClass: 'sel is-selected',
checkboxMode: true
})

Expand Down

0 comments on commit b42dee5

Please sign in to comment.