diff --git a/src/layer/index.wc b/src/layer/index.wc index 9756dee..eccfc90 100644 --- a/src/layer/index.wc +++ b/src/layer/index.wc @@ -566,8 +566,8 @@ class Layer { if (this.props.type === 'toast') { this.timer = setTimeout(() => { - // toastInstance = null - // this.close() + toastInstance = null + this.close() }, 3000) }