diff --git a/src/components/App.tsx b/src/components/App.tsx index ad139e9c0..96a4191aa 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -3563,7 +3563,6 @@ class App extends React.Component { // This will only work as of Chrome 86, // but can be safely ignored on older releases. const item = event.dataTransfer.items[0]; - // TODO: Make this part of `AppState`. (file as any).handle = await (item as any).getAsFileSystemHandle(); } catch (error) { console.warn(error.name, error.message);