()
| 926 | } |
| 927 | |
| 928 | async function open() { |
| 929 | const FileBrowser = await loadFileBrowser(); |
| 930 | FileBrowser.openFolder({ |
| 931 | url, |
| 932 | name, |
| 933 | }); |
| 934 | } |
| 935 | |
| 936 | function cancelAction() { |
| 937 | clipBoard.$el.classList.remove("cut"); |
no test coverage detected