($count)
| 559 | } |
| 560 | |
| 561 | function updateSelectionCount($count) { |
| 562 | if ($count) { |
| 563 | $count.textContent = `${selectedItems.size} items selected`; |
| 564 | } |
| 565 | } |
| 566 | |
| 567 | function updatePasteToggler() { |
| 568 | $pasteToggler.style.display = |
no outgoing calls
no test coverage detected