MS90D3V

Results 1 comments of MS90D3V

``` import { Footer, Util } from '$lib'; import { getCurrentWebview } from '@tauri-apps/api/webview'; getCurrentWebview() .onDragDropEvent((event) => Util.listFilesInDirectory(event.payload)) .then((value) => console.log(value)); ``` Turns into ``` {} ``` If I comment...