This commit is contained in:
Vanessa 2023-03-25 17:13:36 +08:00 committed by Liang Ding
parent 669dff5d05
commit ee0b52ae56
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ export const initFramework = () => {
let bookmark: MobileBookmarks;
let tag: MobileTags;
// 不能使用 getEventName否则点击返回会展开右侧栏
const firstToolbarElement = sidebarElement.querySelector(".toolbar--border")
const firstToolbarElement = sidebarElement.querySelector(".toolbar--border");
firstToolbarElement.addEventListener("click", (event: Event & {
target: Element
}) => {