🩹 Stop status-check when Item is destroyed

This commit is contained in:
Marcell Fülöp
2022-06-26 17:25:08 +00:00
parent f9195ac33a
commit 736f0e95ed
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ export default {
return {
statusResponse: undefined,
contextMenuOpen: false,
intervalId: undefined, // status-check setInterval() id
contextPos: {
posX: undefined,
posY: undefined,