mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🎨
This commit is contained in:
parent
23dd9142d6
commit
c72a4ead7e
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ export const bindCardEvent = (options: {
|
||||||
}
|
}
|
||||||
options.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
|
options.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
|
||||||
const countElement = options.element.querySelector('[data-type="count"]');
|
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 actionElements = options.element.querySelectorAll(".card__action");
|
||||||
const filterElement = options.element.querySelector('[data-type="filter"]');
|
const filterElement = options.element.querySelector('[data-type="filter"]');
|
||||||
const fetchNewRound = () => {
|
const fetchNewRound = () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue