mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Remove window reference
This commit is contained in:
parent
31be3717ad
commit
05251682f1
@ -190,7 +190,7 @@ class DragSortingTable extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
const Demo = DragDropContext(HTML5Backend, { window })(DragSortingTable);
|
||||
const Demo = DragDropContext(HTML5Backend)(DragSortingTable);
|
||||
|
||||
ReactDOM.render(<Demo />, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user