bx-1379-redesign #15

Merged
ksenia_mikhailova merged 124 commits from bx-1379-redesign into dev 2024-09-06 15:39:13 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3a6c4b39f7 - Show all commits

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