(item)
| 419 | } |
| 420 | |
| 421 | focusInstall(item) { |
| 422 | const cellNode = this.grid.getCellNode(item, "installed"); |
| 423 | if (cellNode) { |
| 424 | const cellBtn = cellNode.querySelector(`button[mode="install"]`); |
| 425 | if (cellBtn) { |
| 426 | cellBtn.classList.add("cmm-btn-loading"); |
| 427 | return true |
| 428 | } |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | async installModels(list, btn) { |
| 433 | btn.classList.add("cmm-btn-loading"); |