only target

This commit is contained in:
Kseninia Mikhaylova 2024-09-06 11:05:01 +03:00
parent bb83d39cb9
commit 3a6c4b39f7
1 changed files with 1 additions and 1 deletions

View File

@ -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 })