Skip to content

Commit

Permalink
fix: removed forgotten log
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenCoogan committed Jan 21, 2025
1 parent 08fad92 commit f41effd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/components/o-s-s/infinite-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export default class OSSInfiniteSelect extends Component<InfiniteSelectArgs> {
handleItemHover(index: number): void {
this._focusElementAt(index);
this._focusElement = index;
console.log(this._focusElement, index);
this.focusStylesDisabled = this._focusElement === index ? false : true;
}

Expand Down

0 comments on commit f41effd

Please sign in to comment.