mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
This commit is contained in:
parent
04ac712988
commit
4ed549cdb1
3 changed files with 3 additions and 3 deletions
|
|
@ -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"]');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue