Remove left-over ToDo comment
This commit is contained in:
parent
beffc290fd
commit
1f7f07fbfb
@ -3563,7 +3563,6 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
|||||||
// This will only work as of Chrome 86,
|
// This will only work as of Chrome 86,
|
||||||
// but can be safely ignored on older releases.
|
// but can be safely ignored on older releases.
|
||||||
const item = event.dataTransfer.items[0];
|
const item = event.dataTransfer.items[0];
|
||||||
// TODO: Make this part of `AppState`.
|
|
||||||
(file as any).handle = await (item as any).getAsFileSystemHandle();
|
(file as any).handle = await (item as any).getAsFileSystemHandle();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.warn(error.name, error.message);
|
console.warn(error.name, error.message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user