forked from akai/readest
This commit is contained in:
@@ -254,7 +254,7 @@ const AnnotationRangeEditor: React.FC<AnnotationRangeEditorProps> = ({
|
||||
const activeHandle =
|
||||
draggingHandle ?? getExternalDragHandle(currentStart, currentEnd, loupeDragPoint);
|
||||
|
||||
const showLoupe = effectiveLoupePoint !== null && appService?.isMobile && !viewSettings?.vertical;
|
||||
const showLoupe = appService?.isMobile && !viewSettings?.isEink && !viewSettings?.vertical;
|
||||
|
||||
return (
|
||||
<div className='pointer-events-none fixed inset-0 z-50'>
|
||||
|
||||
Reference in New Issue
Block a user