Skip to content

Commit

Permalink
fix(AnalyticalTable): remove deprecated AnalyticalTableScrollMode sma…
Browse files Browse the repository at this point in the history
…rt (#526)
  • Loading branch information
Lukas742 authored May 19, 2020
1 parent e49eddc commit 64f7e64
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 64f7e64

Please sign in to comment.