This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

取消注释

old
宇天 2019-12-17 13:59:15 +08:00
parent d4085f9744
commit 5a508d3356
1 changed files with 2 additions and 2 deletions

View File

@ -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)
} }