Skip to content

Commit

Permalink
remove collapse focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Saira-A committed Oct 21, 2024
1 parent 261abe6 commit 338e3d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ export class BaseExpandPanel<T extends ExpandPanel> extends BaseView<T> {
expandFullFinish(): void {
this.isFullyExpanded = true;
this.$expandFullButton.hide();

this.focusCollapseButton();
}

collapseFullStart(): void {}
Expand Down

0 comments on commit 338e3d0

Please sign in to comment.