File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
app/src/protyle/render/av Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments