perf(renderer): compare visible sidebar project rows
This commit is contained in:
parent
5669373283
commit
b9bc6ff83e
1 changed files with 1 additions and 1 deletions
|
|
@ -797,7 +797,7 @@ const ProjectTaskGroup = memo(
|
|||
(prev, next) =>
|
||||
prev.group.projectKey === next.group.projectKey &&
|
||||
prev.group.projectLabel === next.group.projectLabel &&
|
||||
areTaskSidebarArraysEqual(prev.group.tasks, next.group.tasks) &&
|
||||
prev.group.tasks.length === next.group.tasks.length &&
|
||||
prev.isCollapsed === next.isCollapsed &&
|
||||
prev.visibleCount === next.visibleCount &&
|
||||
prev.noProjectGroupColor === next.noProjectGroupColor &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue