Vanessa 2022-12-26 11:26:43 +08:00
parent 04ac712988
commit 4ed549cdb1
3 changed files with 3 additions and 3 deletions

View file

@ -65,6 +65,7 @@ export const openCard = () => {
onGet(response, editor.protyle, [Constants.CB_GET_ALL, Constants.CB_GET_HTML]);
});
}
(dialog.element.firstElementChild as HTMLElement).style.zIndex = "200";
dialog.element.setAttribute("data-key", window.siyuan.config.keymap.general.riffCard.custom);
const countElement = dialog.element.querySelector('[data-type="count"]');
const actionElement = dialog.element.querySelector('[data-type="action"]');