mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 06:30:14 +01:00
This commit is contained in:
parent
e62064ce5b
commit
2fc28b7609
1 changed files with 1 additions and 0 deletions
|
|
@ -183,6 +183,7 @@ export const afterRenderGallery = (options: ITableOptions) => {
|
||||||
}
|
}
|
||||||
if (itemElement) {
|
if (itemElement) {
|
||||||
itemElement.querySelector(".av__gallery-fields").classList.add("av__gallery-fields--edit");
|
itemElement.querySelector(".av__gallery-fields").classList.add("av__gallery-fields--edit");
|
||||||
|
itemElement.querySelector('.protyle-icon[data-type="av-gallery-edit"]').setAttribute("aria-label", window.siyuan.languages.hideEmptyFields);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Object.keys(options.resetData.pageSizes).forEach((groupId) => {
|
Object.keys(options.resetData.pageSizes).forEach((groupId) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue