Vanessa 2025-07-04 15:56:54 +08:00
parent 19bbd04bd8
commit a60d6900d0

View file

@ -405,7 +405,7 @@ export const setPageSize = (options: {
};
export const deleteRow = (blockElement: HTMLElement, protyle: IProtyle) => {
const rowElements = blockElement.querySelectorAll(".av__row--select:not(.av__row--header)");
const rowElements = blockElement.querySelectorAll(".av__row--select:not(.av__row--header), .av__gallery-item--select");
if (rowElements.length === 0) {
return;
}