未验证 提交 00170094 编写于 作者: G GitSquared

🐛 Fix fsDisp freeze on window reload

上级 eeecd5d9
......@@ -436,6 +436,11 @@ async function initUI() {
document.getElementById("filesystem").setAttribute("style", "opacity: 1;");
// Resend terminal CWD to fsDisp if we're hot reloading
if (window.performance.navigation.type === 1) {
window.term[window.currentTerm].resendCWD();
}
await _delay(200);
window.updateCheck = new UpdateChecker();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册