isaacplmann / ngx-contextmenu

An Angular component to show a context menu on an arbitrary component
MIT License
248 stars 91 forks source link

feat(bidi): Implement RTL support #170

Open amitbeck opened 5 years ago

amitbeck commented 5 years ago

image

Closes #155.

When direction is RTL:

NOTE: Please notice that in order to actually enable RTL, either document.body (<body>) or document.documentElement (<html>) needs to have the dir attribute set to "rtl", otherwise it won't work.

amitbeck commented 4 years ago

Could this PR be merged please? @isaacplmann

amitbeck commented 4 years ago

@isaacplmann It's been a whole year since I've published this PR. Why not merge it?