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