mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-12 23:21:23 +08:00
🎨
This commit is contained in:
parent
23dd9142d6
commit
c72a4ead7e
@ -162,7 +162,7 @@ export const bindCardEvent = (options: {
|
||||
}
|
||||
options.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
|
||||
const countElement = options.element.querySelector('[data-type="count"]');
|
||||
countElement.innerHTML = `${options.index + 1}/${options.blocks.length}`;
|
||||
countElement.innerHTML = `${index + 1}/${options.blocks.length}`;
|
||||
const actionElements = options.element.querySelectorAll(".card__action");
|
||||
const filterElement = options.element.querySelector('[data-type="filter"]');
|
||||
const fetchNewRound = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user