Skip to content

rtl vertical #203

Closed
Closed
@albahrawy

Description

@albahrawy

hi,
when we set direction to 'rtl' and it is vertial, it is not right to change offset ,
hin dragEvent function:
if(this.dir === 'rtl') {
offset = -offset;
}

it should be :
if (this.dir === 'rtl' && this.direction === 'horizontal') {
offset = -offset;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions