0.3 #146

Merged
edraft merged 359 commits from 0.3 into master 2023-01-12 07:04:40 +01:00
Showing only changes of commit 368a00434b - Show all commits

View File

@ -56,6 +56,7 @@ export class SocketService {
this.socket.on("disconnect", () => {
if (this.disconnected) {
this.spinnerService.showSpinner();
return;
}