Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
fix: #30 bug with BBT
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangyu committed Oct 15, 2022
1 parent 73f6fac commit 8472991
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ class AddonEvents extends AddonModule {
tabIndex === tabbox.childNodes.length - 1 ? 1 : tabIndex + 1;
setTimeout(() => {
tabbox.selectedIndex = tabIndex;
this.initPreview(PreviewType.info);
}, 1);
}

Expand Down

0 comments on commit 8472991

Please sign in to comment.