mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
🚨
This commit is contained in:
parent
3a3bd13ff5
commit
cddb7a7a25
6 changed files with 7 additions and 10 deletions
|
|
@ -190,7 +190,7 @@ data-def-path="${item.defPath}">
|
|||
}
|
||||
if (target.classList.contains("b3-list-item__action") && this.click) {
|
||||
// 移动端书签父节点删除按钮
|
||||
const liElement = hasClosestByMatchTag(target, "LI")
|
||||
const liElement = hasClosestByMatchTag(target, "LI");
|
||||
if (liElement) {
|
||||
this.click(liElement, event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue