mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
586cc63ba4
commit
a2e34a75db
2 changed files with 83 additions and 72 deletions
|
|
@ -474,6 +474,10 @@ export const updateAttrViewCellAnimation = (cellElement: HTMLElement, value: IAV
|
|||
pin?: boolean,
|
||||
type?: TAVCol
|
||||
}) => {
|
||||
// 属性面板更新列名
|
||||
if (!cellElement) {
|
||||
return;
|
||||
}
|
||||
if (headerValue) {
|
||||
updateHeaderCell(cellElement, headerValue);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue