Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-present yiminghe
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
9 changes: 0 additions & 9 deletions LICENSE.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ Whether character is entered.

> (close: boolean) => void

improve shake when page scroll bar hidden
improve shake when page scroll bar hidden.

`switchScrollingEffect` change body style, and add a class `ant-scrolling-effect` when called, so if you page look abnormal, please check this
`switchScrollingEffect` change body style, and add a class `ant-scrolling-effect` when called, so if you page look abnormal, please check this;

```js
import switchScrollingEffect from "./src/switchScrollingEffect";
Expand All @@ -287,4 +287,4 @@ switchScrollingEffect();

## License

rc-util is released under the MIT license.
[MIT](/LICENSE)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"bugs": {
"url": "http://github.com/react-component/util/issues"
},
"licenses": "MIT",
"license": "MIT",
"config": {
"port": 8100
},
Expand Down