(payload = {})
| 30 | store.cancelSurfaceHandoff?.(); |
| 31 | }, |
| 32 | async open(payload = {}) { |
| 33 | const { store } = await import("/components/modals/file-browser/file-browser-store.js"); |
| 34 | await store.openSurface(payload.path || payload.filePath || payload.directory || ""); |
| 35 | }, |
| 36 | }, |
| 37 | { |
| 38 | id: "browser", |
no test coverage detected