1
0
forked from test/crm

fix: do not scroll to bottom in tasks & notes tab

This commit is contained in:
Shariq Ansari 2024-09-30 13:28:03 +05:30
parent 5c3196fb3d
commit db078b52c4

View File

@ -720,6 +720,7 @@ watch([reload, reload_email], ([reload_value, reload_email_value]) => {
})
function scroll(hash) {
if (['tasks', 'notes'].includes(route.hash?.slice(1))) return
setTimeout(() => {
let el
if (!hash) {