Add end-of-loadTasks scrollTop debug log

This commit is contained in:
Yuyao Huang 2026-05-09 14:35:28 +08:00
parent 295fde8a75
commit df74f1b8a7

View File

@ -74,6 +74,7 @@ async function loadTasks() {
} }
initScrollFocus(); initScrollFocus();
console.log("loadTasks end: scrollTop =", document.getElementById("scroll-view").scrollTop);
} catch (error) { } catch (error) {
console.error("Failed to load tasks:", error); console.error("Failed to load tasks:", error);
} finally { } finally {