mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
fix(item-sliding): prevent scrolling during slide gesture (#23774)
resolves #19564
This commit is contained in:
@ -104,7 +104,7 @@ export class ItemOption implements ComponentInterface, AnchorInterface, ButtonIn
|
||||
[mode]: true,
|
||||
'item-option-disabled': disabled,
|
||||
'item-option-expandable': expandable,
|
||||
'ion-activatable': true,
|
||||
'ion-activatable': true
|
||||
})}
|
||||
>
|
||||
<TagType
|
||||
|
||||
Reference in New Issue
Block a user