diff --git a/app/src/protyle/util/table.ts b/app/src/protyle/util/table.ts index ce1df39b6..2a121f16b 100644 --- a/app/src/protyle/util/table.ts +++ b/app/src/protyle/util/table.ts @@ -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;