fix animation performance on kanban group virtualization (#5666)
This commit is contained in:
parent
f328772b82
commit
b6e813cb9a
2 changed files with 10 additions and 6 deletions
|
|
@ -193,6 +193,7 @@ export const KanBan: React.FC<IKanBan> = observer((props) => {
|
|||
ignoreHeader
|
||||
cardHeight={approximateCardHeight}
|
||||
cardsInColumn={issueLength !== undefined && issueLength < 3 ? issueLength : 3}
|
||||
shouldAnimate={false}
|
||||
/>
|
||||
}
|
||||
defaultValue={groupIndex < 5 && subGroupIndex < 2}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue