fix(item-sliding): use the correct gesture direction and side for rtl (#18366)

references #17012
This commit is contained in:
Brandy Carney
2019-05-23 15:10:34 -04:00
committed by GitHub
parent 7ab9479f2c
commit 454510092e
8 changed files with 106 additions and 49 deletions

View File

@ -38,6 +38,7 @@ export class ItemOptions implements ComponentInterface {
hostData() {
const isEnd = isEndSide(this.win, this.side);
return {
class: {
[`${this.mode}`]: true,