Skip to content

Commit

Permalink
🎨 #10082
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Jan 7, 2024
1 parent ea6f5e3 commit ed7f0ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/protyle/render/av/row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ export const insertAttrViewBlockAnimation = (protyle: IProtyle, blockElement: El
currentRow.querySelector(`.av__cell[data-col-id="${item.column}"]`).innerHTML =
renderCell(genCellValueByElement(getTypeByCellElement(sideRowCellElement), sideRowCellElement), sideRowCellElement.dataset.wrap === "true");
})
popTextCell(protyle, [currentRow.querySelector('.av__cell[data-detached="true"]')], "block");
})
} else {
popTextCell(protyle, [currentRow.querySelector('.av__cell[data-detached="true"]')], "block");
}
popTextCell(protyle, [currentRow.querySelector('.av__cell[data-detached="true"]')], "block");
}
const pageSize = parseInt(blockElement.getAttribute("data-page-size"));
if (pageSize) {
Expand Down

0 comments on commit ed7f0ae

Please sign in to comment.