mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
parent
8da28d82fe
commit
26c92a1ec2
@ -34,6 +34,12 @@ export default class Spin extends React.Component {
|
||||
}
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
if (this.debounceTimeout) {
|
||||
clearTimeout(this.debounceTimeout);
|
||||
}
|
||||
}
|
||||
|
||||
getSpinning(props) {
|
||||
// Backwards support
|
||||
if ('spining' in props) {
|
||||
|
Loading…
Reference in New Issue
Block a user