Skip to content

Commit

Permalink
chore: remove redundant TODO (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jul 27, 2022
1 parent 4b7dd38 commit 6cf9ce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects/cdk/directives/auto-focus/autofocus.options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const TUI_AUTOFOCUS_HANDLER = new InjectionToken<TuiAutofocusHandler>(
export const TUI_AUTOFOCUS_PROVIDERS = [
{
provide: TUI_AUTOFOCUS_HANDLER,
// TODO: replace to useClass in v3.0
useFactory: (
tuiFocusableComponent: TuiFocusableElementAccessor | null,
elementRef: ElementRef<HTMLElement>,
Expand Down

0 comments on commit 6cf9ce7

Please sign in to comment.