mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
update common/src/main/ets/default/view/ImageGridItemComponent.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
65020d33a0
commit
39db290fbe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user