Implement ctrl-tab navigation between weight and energy
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
let forceUpdate = false;
|
||||
weightStore.subscribe(() => {
|
||||
console.log("updte");
|
||||
forceUpdate = !forceUpdate;
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user