mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
🚨
This commit is contained in:
parent
669dff5d05
commit
ee0b52ae56
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue