mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
update common/src/main/ets/default/view/PhotoItem.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
b3ada8b9d5
commit
1bcc23e951
@ -546,7 +546,7 @@ export struct PhotoItem {
|
||||
)
|
||||
.clip(true)
|
||||
.onTouch((event?: TouchEvent) => {
|
||||
Log.info(TAG, `onTouch start type=${event.type}`);
|
||||
Log.info(TAG, 'onTouch start');
|
||||
this.dealTouchEvent(event as TouchEvent);
|
||||
this.eventPipeline?.onTouch(event as TouchEvent);
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user