fix(eink): disable range editor loupe for annotations on Eink devices, closes #3655 (#3656)

This commit is contained in:
Huang Xin
2026-03-27 17:26:36 +08:00
committed by GitHub
parent 3d4d1482aa
commit 45e5f0fa61
@@ -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'>