Skip to content

Conversation

@Alyar666
Copy link
Contributor

No description provided.

@Alyar666 Alyar666 self-assigned this Jan 14, 2026
@Alyar666 Alyar666 requested a review from a team as a code owner January 14, 2026 07:51
): number {
const column = getColumnByVisibleIndex(that, visibleIndex, location);

return isDefined(column?.index) ? column.index : -1;
Copy link
Contributor

@anna-shakhova anna-shakhova Jan 15, 2026

Choose a reason for hiding this comment

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

nitpick:

Suggested change
return isDefined(column?.index) ? column.index : -1;
return column?.index ?? -1;

} from './const';

export type DropLocationNames = typeof GROUP_LOCATION
| typeof COLUMN_CHOOSER_LOCATION
Copy link
Contributor

Choose a reason for hiding this comment

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

this indent looks strange, please, rebase to main branch and run all tests once again

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants