mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🐛 card zindex
This commit is contained in:
parent
7c80f8e842
commit
2255a79003
3 changed files with 0 additions and 3 deletions
|
|
@ -149,7 +149,6 @@ export const bindCardEvent = (options: {
|
|||
});
|
||||
});
|
||||
}
|
||||
(options.element.firstElementChild as HTMLElement).style.zIndex = "200";
|
||||
options.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
|
||||
const countElement = options.element.querySelector('[data-type="count"]');
|
||||
const actionElements = options.element.querySelectorAll(".card__action");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue