mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
This commit is contained in:
parent
ae428b0da8
commit
ca6dffe3f5
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ export const openCard = () => {
|
|||
width: isMobile() ? "96vw" : "80vw",
|
||||
height: "70vh",
|
||||
});
|
||||
(dialog.element.querySelector(".b3-dialog__scrim") as HTMLElement).style.backgroundColor = "var(--b3-theme-background)";
|
||||
dialog.element.querySelector("input").focus();
|
||||
const editor = new Protyle(dialog.element.querySelector("[data-type='render']") as HTMLElement, {
|
||||
blockId: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue