This commit is contained in:
parent
2052cff7b6
commit
5b3fa67332
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export const genCellValueByElement = (colType: TAVCol, cellElement: HTMLElement)
|
|||
};
|
||||
if (colType === "block" && textElement.dataset.id) {
|
||||
cellValue.block.id = textElement.dataset.id;
|
||||
if (textElement.previousElementSibling.classList.contains("b3-menu__avemoji")) {
|
||||
if (textElement.previousElementSibling?.classList.contains("b3-menu__avemoji")) {
|
||||
cellValue.block.icon = textElement.previousElementSibling.getAttribute("data-unicode");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue