clauderic / clauderic/react-sortable-hoc

Problem with rtl direction

Open
#370 10 comments 4 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
10.9k
Forks
959
PR merge metrics
No merged PRs in 30d

Description

When I use rtl direction for container sort is not working correctly

demo: https://jsfiddle.net/eckfano0/2/
video: https://www.useloom.com/share/03959b86fb3447b39248a4ff4721e0f2

```css
.item {
cursor: move;
padding: 8px;
border: 1px solid red;
}

.container {
display: flex;
flex-direction: row;
direction: rtl;
}
```
Is there any way to support rtl direction?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.