diff --git a/apps/readest-app/src/app/reader/components/annotator/AnnotationRangeEditor.tsx b/apps/readest-app/src/app/reader/components/annotator/AnnotationRangeEditor.tsx index 2a5c1bf6..434a1556 100644 --- a/apps/readest-app/src/app/reader/components/annotator/AnnotationRangeEditor.tsx +++ b/apps/readest-app/src/app/reader/components/annotator/AnnotationRangeEditor.tsx @@ -254,7 +254,7 @@ const AnnotationRangeEditor: React.FC = ({ const activeHandle = draggingHandle ?? getExternalDragHandle(currentStart, currentEnd, loupeDragPoint); - const showLoupe = effectiveLoupePoint !== null && appService?.isMobile && !viewSettings?.vertical; + const showLoupe = appService?.isMobile && !viewSettings?.isEink && !viewSettings?.vertical; return (