update
parent
27afa2c5c5
commit
3072c972ce
|
@ -575,7 +575,7 @@ export default class Layer {
|
||||||
this.timer = setTimeout(() => {
|
this.timer = setTimeout(() => {
|
||||||
toastInstance = null
|
toastInstance = null
|
||||||
this.close()
|
this.close()
|
||||||
}, 3000000)
|
}, 3000)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.props.type === 'notify') {
|
if (this.props.type === 'notify') {
|
||||||
|
|
Reference in New Issue