mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2025-07-14 00:02:45 +08:00
auto scrollEnd
This commit is contained in:
@ -237,6 +237,7 @@ class App{
|
||||
).join('<br>')
|
||||
}</li>`);
|
||||
li.appendTo('#lifeTrajectory');
|
||||
$("#lifeTrajectory").scrollTop($("#lifeTrajectory")[0].scrollHeight);
|
||||
if(isEnd) {
|
||||
this.#isEnd = true;
|
||||
trajectoryPage.find('#summary').show();
|
||||
|
Reference in New Issue
Block a user