Update app.js

This commit is contained in:
infinityedge
2021-09-05 22:04:17 +08:00
committed by 神戸小鳥
parent 43d621324a
commit 175f9f869f

View File

@@ -294,7 +294,7 @@ class App{
li.appendTo('#lifeTrajectory');
$("#lifeTrajectory").scrollTop($("#lifeTrajectory")[0].scrollHeight);
if(isEnd) {
$(document).keydown(function(event){})
$(document).unbind("keydown");
this.#isEnd = true;
trajectoryPage.find('#summary').show();
}