Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
m158261 committed Oct 11, 2023
1 parent 2a65482 commit c506af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/src/tabbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ export class TabBar<T> extends Widget {
nextFocused?.setAttribute('tabindex', '0');
(nextFocused as HTMLElement).focus();
}
}
}
}

/**
Expand Down

0 comments on commit c506af2

Please sign in to comment.