fix:居中导航栏图标 以及 解决切换后project 列表依旧被的选择的问题

This commit is contained in:
zhangyu
2021-01-13 18:58:50 +08:00
parent 0504296213
commit 1b75ab629c
17 changed files with 65 additions and 18 deletions

View File

@@ -770,7 +770,9 @@
document.querySelector("#tableList").removeEventListener("mouseenter", this.tableListEnter);
document.querySelector("#tableList").removeEventListener("mouseleave", this.tableListLeave);
}
this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
if(this.scrollbarWrap){
this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
};
}
}
</script>