取消注释
parent
d4085f9744
commit
5a508d3356
|
@ -566,8 +566,8 @@ class Layer {
|
||||||
|
|
||||||
if (this.props.type === 'toast') {
|
if (this.props.type === 'toast') {
|
||||||
this.timer = setTimeout(() => {
|
this.timer = setTimeout(() => {
|
||||||
// toastInstance = null
|
toastInstance = null
|
||||||
// this.close()
|
this.close()
|
||||||
}, 3000)
|
}, 3000)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue