From 814a73fd6e2575a9eab389e35ec991aaf3897c0c Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Fri, 8 Mar 2019 19:03:07 -0800 Subject: [PATCH] Remove coment that does not apply any more --- js/actionCreators/milkdrop.ts | 1 - 1 file changed, 1 deletion(-) 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); }