tweak pagination and virtualization thresholds to have a smoother scroll (#4991)
This commit is contained in:
parent
12401c54cc
commit
c637639a3e
6 changed files with 7 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ export const IssueGanttSidebar: React.FC<Props> = observer((props) => {
|
|||
ganttContainerRef,
|
||||
isPaginating ? null : intersectionElement,
|
||||
loadMoreBlocks,
|
||||
"50% 0% 50% 0%"
|
||||
"100% 0% 100% 0%"
|
||||
);
|
||||
|
||||
const handleOnDrop = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue