measuredco / puck

The visual editor for React
https://puckeditor.com
MIT License
5.07k stars 282 forks source link

make drawer component drop in the right side instead of the left side if the document dir is rtl #529

Open IMythx opened 2 months ago

IMythx commented 2 months ago

hey thx for the great work

i wonder if we can change the drawer drop side to the right side (instead of the default left side) if the document dir is rtl automatically or via a prop to the drawer component

Untitled design

chrisvxd commented 2 months ago

Not currently possible unfortunately but likely to change soon as I resolve #123, which is changing the underlying dnd implementation.