This commit is contained in:
Kseninia Mikhaylova 2024-09-04 12:41:32 +03:00
parent f73ae3e8eb
commit 8b4bf1c8b5
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ timer.timer_func = () => {
const stopTimer = () => { const stopTimer = () => {
timer.resetTimer() timer.resetTimer()
home_timer.stopTimer() home_timer.resetTimer()
if ((controls.value as any).autoRotate) { if ((controls.value as any).autoRotate) {
(controls.value as any).autoRotate = false (controls.value as any).autoRotate = false
} }