PygmySlowLoris/vue-ripple-directive

RTL Support

SasanFarrokh opened this issue · 1 comments

Add static direction to ripple container (Under style effects) to prevent bugs for RTL pages.

rippleContainer.style.direction = 'ltr';

Hope it helps. thanks a lot for your work.

HI @SasanFarrokh ,

Thanks for your hint ;)