mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Zmiana w ułożeniu elementów w widoku scenerii
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user