only target
This commit is contained in:
parent
bb83d39cb9
commit
3a6c4b39f7
|
@ -281,7 +281,7 @@ watch(() => sidebar.is_open && sidebar.id_clickable, () => {
|
||||||
const target_move = target_vector.multiply(multiply)
|
const target_move = target_vector.multiply(multiply)
|
||||||
|
|
||||||
set_moveto(smooth_target, target_vector)
|
set_moveto(smooth_target, target_vector)
|
||||||
set_moveto(smooth_move, target_move)
|
// set_moveto(smooth_move, target_move)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, { deep: true })
|
}, { deep: true })
|
||||||
|
|
Loading…
Reference in New Issue