mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-06-06 05:38:44 +08:00
Update
This commit is contained in:
@@ -196,7 +196,7 @@ export default class TaskManager extends Component<TaskManagerProps> {
|
||||
const t = tasks.value.get(k);
|
||||
if (t) {
|
||||
if (!(flags & map_taskstatus(t.status))) {
|
||||
return null;
|
||||
return <div data-id={k}></div>;
|
||||
}
|
||||
return <Task task={t} />;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user