This commit is contained in:
Vanessa 2022-09-30 00:13:07 +08:00
parent 0014c8b5f3
commit d1e67e055b
5 changed files with 36 additions and 36 deletions

View file

@ -141,7 +141,7 @@ data-def-path="${item.defPath}">
private toggleBlocks(liElement: HTMLElement) {
if (this.toggleClick) {
this.toggleClick(liElement)
this.toggleClick(liElement);
return;
}
if (!liElement.nextElementSibling) {