fix: do not scroll to bottom in tasks & notes tab
This commit is contained in:
parent
5c3196fb3d
commit
db078b52c4
@ -720,6 +720,7 @@ watch([reload, reload_email], ([reload_value, reload_email_value]) => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
function scroll(hash) {
|
function scroll(hash) {
|
||||||
|
if (['tasks', 'notes'].includes(route.hash?.slice(1))) return
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
let el
|
let el
|
||||||
if (!hash) {
|
if (!hash) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user