From 258bf68a82398ed8d6d08e19ca37ebfbadaadac2 Mon Sep 17 00:00:00 2001 From: Davin Ahn Date: Tue, 12 Mar 2024 15:48:14 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=95=88=EB=93=9C]=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=20=EB=B3=B4=EA=B8=B0=EC=97=90=EC=84=9C=EB=8F=84=20?= =?UTF-8?q?=EC=8A=A4=EC=BC=80=EC=9D=BC=20=EC=A1=B0=EC=A0=95=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/android/Reader.es6 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/android/Reader.es6 b/src/android/Reader.es6 index 67fdc37..024756f 100644 --- a/src/android/Reader.es6 +++ b/src/android/Reader.es6 @@ -265,8 +265,7 @@ export default class Reader extends _Reader { } getDefaultScale() { - const { nativeDenstiy, isScrollMode } = this.context; - return isScrollMode ? 1 : nativeDenstiy / window.devicePixelRatio; + return this.context.nativeDenstiy / window.devicePixelRatio; } /**