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

Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
liujuan 2024-07-12 08:16:19 +00:00 committed by Gitee
parent 65020d33a0
commit 39db290fbe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -410,7 +410,6 @@ export struct ImageGridItemComponent {
.key('Gesture_' + this.mPosition)
.height('100%')
.width('100%')
.bindContextMenu(this.RightClickMenuBuilder, ResponseType.RightClick) // 右键点击菜单,后续整改至新组件
.scale({
x: this.pressAnimScale,
y: this.pressAnimScale