Skip to content

Commit 00f6754

Browse files
committed
add touch support. add className prop. update specs
1 parent 054271b commit 00f6754

File tree

7 files changed

+391
-1575
lines changed

7 files changed

+391
-1575
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"import/no-extraneous-dependencies": 0,
1212
"indent": ["error", 4],
1313
"react/jsx-indent": ["error", 4],
14+
"react/sort-comp": 0,
1415
"react/prop-types": 0,
1516
"comma-dangle": ["error", "never"],
1617
"class-methods-use-this": 0

.jestrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"coverageDirectory": "./coverage",
1414
"coverageThreshold": {
1515
"global": {
16-
"lines": 93
16+
"lines": 100
1717
}
1818
},
1919
"coverageReporters": [

lib/ScrollLock.js

Lines changed: 58 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/ScrollLock.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)