Add end-of-loadTasks scrollTop debug log
This commit is contained in:
parent
295fde8a75
commit
df74f1b8a7
@ -74,6 +74,7 @@ async function loadTasks() {
|
||||
}
|
||||
|
||||
initScrollFocus();
|
||||
console.log("loadTasks end: scrollTop =", document.getElementById("scroll-view").scrollTop);
|
||||
} catch (error) {
|
||||
console.error("Failed to load tasks:", error);
|
||||
} finally {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user