mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-26 19:38:48 +01:00
This commit is contained in:
parent
19bbd04bd8
commit
a60d6900d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue