mirror of
https://github.com/LingChair/LingChair-V0.git
synced 2025-12-07 17:45:49 +08:00
fix: Cannot read properties of null (reading 'previousElementSibling')
将测试代码注释即可
This commit is contained in:
@@ -310,7 +310,7 @@ class ChatTabManager {
|
||||
let callback = (e) => {
|
||||
if (menu) menu.close()
|
||||
// 切到 chatTab
|
||||
document.getElementById("").previousElementSibling
|
||||
// document.getElementById("").previousElementSibling
|
||||
let ele = e.get(0)
|
||||
let menuHtml = $.parseHTML(`<ul class="mdui-menu">
|
||||
<li class="mdui-menu-item">
|
||||
|
||||
Reference in New Issue
Block a user