Matan Sar-Shalom

Results 18 comments of Matan Sar-Shalom

Hey! Will right to left language be properly displayed ?

Hey, will try to find some time to implement it tonight.

Hey, Thanks for reporting, will check it out when I get the chance.

Yes there is, use the `shMenuTriggers` input: https://github.com/msarsha/ng2-right-click-menu/blob/master/projects/ng2-right-click-menu/src/lib/sh-attach-menu.directive.ts#L25 Provide it with an array of event names, in your case: `['click']`

True, it's the default behavior and I see no reason to prevent it from opening. Would love to discuss if you have another opinion 🙂

Oh, I understand, I though you are right clicking the custom menu. I will look into implementing this behavior.

The implementation is completely different on the current version (I should also update the demo project) so there is no way to enable it atm.

Hopefully I will have some free time this evening to check it out. You are also more then welcome to try implementing it and submit a PR - this will...

Hey! This is happening because the second right-click hit the overlay element. This is probably an easy fix, the menu should be closed and opened again when the overlay is...