fix minor bugs and abstract more

This commit is contained in:
Adrian Zürcher
2025-05-08 17:25:07 +02:00
parent a06912de69
commit 2bb3102828
5 changed files with 90 additions and 283 deletions

View File

@@ -52,9 +52,9 @@ export function initWebSocket(url: string, $q?: QVueGlobals) {
const target = subs.value.find((s) => s.path === pub.path);
if (target) {
target.value = pub.value ?? '';
dbmData.value = buildTree(subs.value);
}
});
dbmData.value = buildTree(subs.value);
} else {
console.warn('Unmatched message:', message);
}