mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-17 06:05:29 +01:00
🚨
This commit is contained in:
parent
0f97325d51
commit
6a143c699f
5 changed files with 9 additions and 9 deletions
|
|
@ -381,7 +381,7 @@ export const openHistory = () => {
|
|||
});
|
||||
break;
|
||||
} else if (type === "toggle") {
|
||||
const iconElement = target.firstElementChild.firstElementChild
|
||||
const iconElement = target.firstElementChild.firstElementChild;
|
||||
if (iconElement.classList.contains("b3-list-item__arrow--open")) {
|
||||
target.nextElementSibling.classList.add("fn__none");
|
||||
iconElement.classList.remove("b3-list-item__arrow--open");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue