(path, fileDialog)
| 63 | } |
| 64 | |
| 65 | async function navigateTo(path, fileDialog) { |
| 66 | fileDialog.vm.setChosenFile([...path, '']); |
| 67 | await vueTicks(); |
| 68 | } |
| 69 | |
| 70 | function getBreadcrumbElements(fileDialog) { |
| 71 | return $(fileDialog.element).find('a.breadcrumb').toArray(); |
no test coverage detected