Skip to content

Commit 68e0041

Browse files
authored
chore(PdfReader): bump version 10.0.2 (#735)
* fix: 修复缩放元素选择器错误问题 * chore: bump version 10.0.2
1 parent 3499375 commit 68e0041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BootstrapBlazor.PdfReader/BootstrapBlazor.PdfReader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>10.0.1</Version>
4+
<Version>10.0.2</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.PdfReader/PdfReader.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const addEventListener = (el, pdfViewer, eventBus, invoke, options) => {
158158

159159
const minus = el.querySelector(".bb-page-minus");
160160
const plus = el.querySelector(".bb-page-plus");
161-
const scaleEl = el.querySelector(".bb-view-scale");
161+
const scaleEl = el.querySelector(".bb-view-scale-input");
162162

163163
eventBus.on("scalechanging", evt => {
164164
const scale = evt.scale * 100;

0 commit comments

Comments
 (0)