feat(web): show ocr text boxes in panoramas (#25727)

This commit is contained in:
Mees Frensel
2026-02-19 02:04:18 +01:00
committed by GitHub
parent 1f8359ead4
commit 84f7fb63ee
4 changed files with 170 additions and 83 deletions

View File

@@ -425,7 +425,6 @@
const showOcrButton = $derived(
$slideshowState === SlideshowState.None &&
asset.type === AssetTypeEnum.Image &&
!(asset.exifInfo?.projectionType === 'EQUIRECTANGULAR') &&
!assetViewerManager.isShowEditor &&
ocrManager.hasOcrData,
);