Skip to content

Commit 64f7e64

Browse files
authored
fix(AnalyticalTable): remove deprecated AnalyticalTableScrollMode smart (#526)
1 parent e49eddc commit 64f7e64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/main/src/enums/AnalyticalTableScrollMode.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ export enum AnalyticalTableScrollMode {
22
// Scroll as little as possible to ensure the item is visible. (If the item is already visible, it won't scroll at all.)
33
auto = 'auto',
44
// 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.
5-
smart = 'smart',
6-
// Center align the item within the list.
75
center = 'center',
86
// Align the item to the end of the list (the bottom for vertical lists or the right for horizontal lists).
97
end = 'end',

0 commit comments

Comments
 (0)