mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
This commit is contained in:
parent
2b3405fcca
commit
91b12ef67f
2 changed files with 0 additions and 2 deletions
|
@ -58,7 +58,6 @@ ${fieldType === "block" ? ' data-detached="true"' : ""}>${renderCell(genCellValu
|
|||
viewID: options.blockElement.getAttribute(Constants.CUSTOM_SY_AV_VIEW),
|
||||
groupID: options.groupID,
|
||||
previousID: options.previousId,
|
||||
srcIDs: options.srcIDs
|
||||
}, (response) => {
|
||||
if (response.data.values) {
|
||||
let popCellElement: HTMLElement;
|
||||
|
|
|
@ -169,7 +169,6 @@ ${colType === "block" ? ' data-detached="true"' : ""}>${renderCell(genCellValue(
|
|||
viewID: options.blockElement.getAttribute(Constants.CUSTOM_SY_AV_VIEW),
|
||||
groupID: options.groupID,
|
||||
previousID: options.previousId,
|
||||
srcIDs: options.srcIDs,
|
||||
}, (response) => {
|
||||
if (response.data.values) {
|
||||
let popCellElement: HTMLElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue