fixed Notification auto close issue..

This commit is contained in:
Cüneyt Şentürk 2023-05-24 17:10:23 +03:00
parent 4d7dfa181a
commit 8184a227eb

View File

@ -250,7 +250,7 @@
this.elmHeight = this.$el.clientHeight;
if (this.timeout) {
//setTimeout(this.close, this.timeout);
setTimeout(this.close, this.timeout);
}
},
};