initial diagonal work (unfinished)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user