mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
fix(carousel): fade 效果下不允许拖拽, Close #212
This commit is contained in:
parent
74b0bb28d1
commit
975c4d784f
@ -14,6 +14,7 @@ const AntCarousel = React.createClass({
|
||||
|
||||
if (props.effect === 'fade') {
|
||||
props.fade = true;
|
||||
props.draggable = false;
|
||||
}
|
||||
|
||||
let className = 'ant-carousel';
|
||||
|
Loading…
Reference in New Issue
Block a user