seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

Fix `relayout()` making a duplicate call to `_layout()` #872

Closed jespirit closed 5 years ago

jespirit commented 5 years ago

Pull Requests

Please accompany all pull requests with the following (where appropriate):

Details

Fixes issue #865

I just removed the duplicate call to _layout() inside the relayout() function because _resize() already makes a call to _layout().