Skip to content

Commit

Permalink
codestyle improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Sep 25, 2024
1 parent 227644e commit 4e76dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ListTabulator/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ export default class ListTabulator<Renderer extends ListRenderer> {
}

/**
* make sure previousItem is an HTMLElement
* Make sure previousItem is an HTMLElement
*/
if (previousItem && !isHtmlElement(previousItem)) {
return;
Expand Down

0 comments on commit 4e76dc7

Please sign in to comment.