Remove coment that does not apply any more

This commit is contained in:
Jordan Eldredge 2019-03-08 19:03:07 -08:00
parent 48c64337ef
commit 814a73fd6e

View file

@ -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);
}