Skip to content

Commit 4159ee8

Browse files
committed
refactor: 增加分号
1 parent 1d6aec8 commit 4159ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Table/Table.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export function scroll(id, align, options = { behavior: 'smooth' }) {
231231

232232
const getSelectedRow = element => {
233233
const rows = [...element.querySelectorAll('tr.active')];
234-
return rows.pop()
234+
return rows.pop();
235235
}
236236

237237
export function scrollTo(id) {

0 commit comments

Comments
 (0)