(layoutKey)
| 20116 | } |
| 20117 | } |
| 20118 | |
| 20119 | if (fileItem) { |
| 20120 | // Force a refresh of the entire item to ensure all styling and event listeners are reapplied |
| 20121 | const itemIndex = parseInt(fileItem.dataset.index || '-1'); |
| 20122 | const itemParent = fileItem.parentNode; |
| 20123 |
no outgoing calls
no test coverage detected