diff --git a/js/actionCreators/milkdrop.ts b/js/actionCreators/milkdrop.ts index 6ce77cd4..1d83e111 100644 --- a/js/actionCreators/milkdrop.ts +++ b/js/actionCreators/milkdrop.ts @@ -158,7 +158,6 @@ export function requestPresetAtIndex( } export function handlePresetDrop(e: React.DragEvent): Dispatchable { - // TODO: Ensure we actually select the new preset. return appendPresetFileList(e.dataTransfer.files); }