We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eddac2b commit 457abf9Copy full SHA for 457abf9
src/main/js/components/dropdowns/hetero-list.js
@@ -172,7 +172,7 @@ function generateButtons() {
172
*/
173
function toggleButtonState() {
174
const templateCount = templates.length;
175
- const selectedCount = [...e.children].filter((e) =>
+ const selectedCount = Array.from(e.children).filter((e) =>
176
e.classList.contains("repeated-chunk"),
177
).length;
178
0 commit comments