(fileDialog)
| 59 | } |
| 60 | |
| 61 | function findActiveFileElement(fileDialog) { |
| 62 | return getFileElements(fileDialog).find(element => hasClass(element, 'active')); |
| 63 | } |
| 64 | |
| 65 | async function navigateTo(path, fileDialog) { |
| 66 | fileDialog.vm.setChosenFile([...path, '']); |
no test coverage detected