From 1896f7f37b4e125bccc533001a13f4b3a97c1a0e Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 15 May 2021 18:26:40 +0430 Subject: [PATCH] remove lazy load --- webUI/react/src/components/reader/Page.tsx | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/webUI/react/src/components/reader/Page.tsx b/webUI/react/src/components/reader/Page.tsx index 16f4e85f..b73dd06c 100644 --- a/webUI/react/src/components/reader/Page.tsx +++ b/webUI/react/src/components/reader/Page.tsx @@ -100,22 +100,12 @@ export default function Page(props: IProps) { return (
- - -
- )} - once - > - - + ); }