This commit is contained in:
Vanessa 2022-07-31 18:22:03 +08:00
parent 3a3bd13ff5
commit cddb7a7a25
6 changed files with 7 additions and 10 deletions

View file

@ -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);
}