initial diagonal work (unfinished)

This commit is contained in:
Tim
2024-04-30 21:30:16 -04:00
parent e8dafc0732
commit 056a4e299d
11 changed files with 357 additions and 165 deletions

View File

@@ -129,7 +129,6 @@ watchEffect(()=>{
const absTimeA = computed({
get() { return _timeEndpoints.value[0] },
set(v) {
console.log('set A', v)
if (v!==null)
v = Number(v)
updateA(v)