Skip to content

Commit

Permalink
build for the privious release failed, re-release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyotaUshio committed Dec 22, 2023
1 parent ab152da commit 4186427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ export class PDFPlusSettingTab extends PluginSettingTab {
if (firstSettingEl) {
const { top, left } = firstSettingEl.getBoundingClientRect();
this.display();
this.containerEl.querySelector('.setting-item:first-child')?.scroll({ top, left, behavior: 'instant' });
this.containerEl.querySelector('.setting-item:first-child')?.scroll({ top, left });
} else {
this.display();
}
Expand Down

0 comments on commit 4186427

Please sign in to comment.