@@ -404,7 +404,7 @@ struct RecipeWidget{
}
.justifyContent(FlexAlign.End)
.width(110)
- .bindMenu(this.vm.dishList ? this._MenuWidget : null, { hapticFeedbackMode: HapticFeedbackMode.ENABLED })
+ .bindMenu(this.vm.dishList ? this._MenuWidget : null)
.onClick(() => { this.openMenu(item.text!) })
.width('100%')
@@ -39,7 +39,7 @@ export struct SecondView {
.borderRadius(8)
.backgroundColor('#EFF4E1')
.padding({ left: 14, right: 14, top: 8, bottom: 8 })
- .bindMenu(this.ageFilterWidget, { hapticFeedbackMode: HapticFeedbackMode.ENABLED })
+ .bindMenu(this.ageFilterWidget)
.width("100%")
.justifyContent(FlexAlign.SpaceBetween)