mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
This commit is contained in:
parent
593d9b4df8
commit
474718e5ae
1 changed files with 1 additions and 0 deletions
|
|
@ -108,6 +108,7 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
|
|||
});
|
||||
}
|
||||
(dialog.element.firstElementChild as HTMLElement).style.zIndex = "200";
|
||||
(dialog.element.querySelector(".b3-dialog__container") as HTMLElement).style.maxWidth = "1024px";
|
||||
dialog.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
|
||||
const countElement = dialog.element.querySelector('[data-type="count"]');
|
||||
const actionElements = dialog.element.querySelectorAll(".b3-dialog__cardaction");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue