glidejs / glide

A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more
https://glidejs.com
MIT License
7.21k stars 768 forks source link

RTL: [Glide warn]: Invalid direction pattern [,>] has been used #679

Open layalk opened 7 months ago

layalk commented 7 months ago

Arrows with glide-data-dir="|>" and glide-data-dir="|<" fail to work when direction is set to rtl. Error: [Glide warn]: Invalid direction pattern [,>] has been used

Pull request with fix here: https://github.com/glidejs/glide/pull/678