Skip to content

Deps/jsdoc 4.x#1590

Open
mojoaxel wants to merge 2 commits into
masterfrom
deps/jsdoc-4.x
Open

Deps/jsdoc 4.x#1590
mojoaxel wants to merge 2 commits into
masterfrom
deps/jsdoc-4.x

Conversation

@mojoaxel

@mojoaxel mojoaxel commented Mar 9, 2023

Copy link
Copy Markdown
Member

@mojoaxel mojoaxel requested a review from a team March 9, 2023 22:57
Comment thread lib/timeline/Stack.js
}
if(previousEnd !== null && previousEnd - EPSILON > itemEnd) {
horizontalOverlapEndIndex = findLastIndexBetween(itemsAlreadyPositioned, i => itemEnd + EPSILON >= getItemStart(i), horizontalOverlapStartIndex, horizontalOVerlapEndIndex) + 1;
horizontalOverlapEndIndex = findLastIndexBetween(itemsAlreadyPositioned, i => itemEnd + EPSILON >= getItemStart(i), horizontalOverlapStartIndex, horizontalOverlapEndIndex) + 1;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a dedicated PR open for this typo :) #1610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants