mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(item-sliding): use the correct gesture direction and side for rtl (#18366)
references #17012
This commit is contained in:
@ -38,6 +38,7 @@ export class ItemOptions implements ComponentInterface {
|
||||
|
||||
hostData() {
|
||||
const isEnd = isEndSide(this.win, this.side);
|
||||
|
||||
return {
|
||||
class: {
|
||||
[`${this.mode}`]: true,
|
||||
|
||||
Reference in New Issue
Block a user