fix: logic error on button

This commit is contained in:
bwees
2026-01-14 14:33:57 -06:00
parent 49449ca8e3
commit 660c68c660

View File

@@ -118,7 +118,7 @@
const sharedLink = getSharedLink();
const editorDisabled = $derived(
isOwner ||
!isOwner ||
asset.type !== AssetTypeEnum.Image ||
asset.livePhotoVideoId ||
(asset.exifInfo?.projectionType === ProjectionType.EQUIRECTANGULAR &&