Implement ctrl-tab navigation between weight and energy

This commit is contained in:
2024-08-10 19:36:17 +02:00
parent 3118069297
commit 84002d1856
2 changed files with 14 additions and 7 deletions

View File

@@ -4,7 +4,6 @@
let forceUpdate = false;
weightStore.subscribe(() => {
console.log("updte");
forceUpdate = !forceUpdate;
});
</script>