mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
🚨
This commit is contained in:
parent
05a4fc839e
commit
9736ed09f5
7 changed files with 31 additions and 33 deletions
|
|
@ -131,7 +131,7 @@ export const bindCardEvent = (options: {
|
|||
}
|
||||
let index = 0;
|
||||
if (typeof options.index === "number") {
|
||||
index = options.index
|
||||
index = options.index;
|
||||
}
|
||||
const editor = new Protyle(options.app, options.element.querySelector("[data-type='render']") as HTMLElement, {
|
||||
blockId: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue