|
|
@@ -100,7 +100,8 @@ export struct reagencyComp {
|
|
|
|
|
|
let index = this.bubbles.findIndex(item => item.id == id)
|
|
|
let location = this.bubbles[index]
|
|
|
- let time = new Date().getTime() - location.id!
|
|
|
+
|
|
|
+ let time = new Date().getTime() - (id ?? 0)
|
|
|
|
|
|
clearTimeout(location.timer)
|
|
|
|