update common/src/main/ets/default/view/PhotoItem.ets.

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-08-29 10:10:08 +00:00 committed by Gitee
parent efcf780613
commit aa8ebed542
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -546,6 +546,7 @@ export struct PhotoItem {
)
.clip(true)
.onTouch((event?: TouchEvent) => {
Log.info(TAG, `onTouch start type=${event.type}`);
this.dealTouchEvent(event as TouchEvent);
this.eventPipeline?.onTouch(event as TouchEvent);
})