Skip to content

Commit 91b12ef

Browse files
committed
🎨 #15561
1 parent 2b3405f commit 91b12ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/src/protyle/render/av/gallery/item.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ ${fieldType === "block" ? ' data-detached="true"' : ""}>${renderCell(genCellValu
5858
viewID: options.blockElement.getAttribute(Constants.CUSTOM_SY_AV_VIEW),
5959
groupID: options.groupID,
6060
previousID: options.previousId,
61-
srcIDs: options.srcIDs
6261
}, (response) => {
6362
if (response.data.values) {
6463
let popCellElement: HTMLElement;

app/src/protyle/render/av/row.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ ${colType === "block" ? ' data-detached="true"' : ""}>${renderCell(genCellValue(
169169
viewID: options.blockElement.getAttribute(Constants.CUSTOM_SY_AV_VIEW),
170170
groupID: options.groupID,
171171
previousID: options.previousId,
172-
srcIDs: options.srcIDs,
173172
}, (response) => {
174173
if (response.data.values) {
175174
let popCellElement: HTMLElement;

0 commit comments

Comments
 (0)