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

🔥 Do not follow tabs when running detached fsDisp

Close #432
上级 d9b9afd6
......@@ -90,6 +90,9 @@ class FilesystemDisplay {
};
this.followTab = () => {
// Don't follow tabs when running in detached mode, see #432
if (this._noTracking) return false;
let num = window.currentTerm;
window.term[num].oncwdchange = cwd => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册