bug修复

This commit is contained in:
DelLevin-Home
2026-07-16 04:27:13 +08:00
parent 10ecf57fa7
commit a07256a683
4 changed files with 28 additions and 2 deletions

View File

@@ -148,6 +148,10 @@
cursor.scrollIntoView({ block: 'center', behavior: 'smooth' });
}
}
function requestHeightUpdate() {
requestAnimationFrame(notifyHeight);
}
</script>
</body>
</html>