cprodhomme/arctic_admin

sidebar with filters closed when click on select imput

JSinx opened this issue · 0 comments

JSinx commented

sidebar with filters closed when click on select input.
For fast fix i used this code in base.js

9:    var target = e.target;
10:    if ((e.pageX < position.left) && (target.tagName != 'SELECT') && (target.tagName != 'OPTION')) {