Skip to content

Commit

Permalink
fix(rtl DnD): Dragging an event in the RTL month view calendar gets c…
Browse files Browse the repository at this point in the history
…onfused to the wrong side (jquense#2426)

jquense#2310 jquense#1801
  • Loading branch information
amirbashan authored and soulsam480 committed Dec 11, 2023
1 parent 7576a87 commit d316d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DateContentRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class DateContentRow extends React.Component {
</div>
)}
<ScrollableWeekComponent>
<WeekWrapper isAllDay={isAllDay} {...eventRowProps}>
<WeekWrapper isAllDay={isAllDay} {...eventRowProps} rtl={this.props.rtl}>
{levels.map((segs, idx) => (
<EventRow key={idx} segments={segs} {...eventRowProps} />
))}
Expand Down

0 comments on commit d316d91

Please sign in to comment.