Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/main/src/enums/AnalyticalTableScrollMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ export enum AnalyticalTableScrollMode {
// Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
auto = 'auto',
// If the item is already visible, don't scroll at all. If it is less than one viewport away, scroll as little as possible so that it becomes visible. If it is more than one viewport away, scroll so that it is centered within the list.
smart = 'smart',
// Center align the item within the list.
center = 'center',
// Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists).
end = 'end',
Expand Down