Zmiana w ułożeniu elementów w widoku scenerii

This commit is contained in:
2022-07-09 00:12:34 +02:00
parent 45f9d1e68b
commit c6938821c3
5 changed files with 96 additions and 64 deletions
+1 -1
View File
@@ -344,6 +344,7 @@ export const useStore = defineStore('store', {
socket.on('UPDATE', (data: APIData) => {
this.apiData = data;
this.dataStatuses.connection = DataStatus.Loaded;
this.setOnlineData();
});
@@ -353,7 +354,6 @@ export const useStore = defineStore('store', {
});
this.webSocket = socket;
this.dataStatuses.connection = DataStatus.Loaded;
},
async connectToAPI() {