🎨 font size

This commit is contained in:
Vanessa 2023-09-26 12:43:26 +08:00
parent 713aba12e2
commit f4d1ef08c4

View file

@ -17,7 +17,7 @@ const scrollToView = (nodeElement: Element, rowElement: HTMLElement, protyle: IP
} else {
scrollCenter(protyle, rowElement);
}
}
};
export const getColIndex = (cellElement: HTMLElement) => {
let previousElement = cellElement.previousElementSibling;