Browse Source

Fixed showColumns close dropdown bug when item label clicking.

zhixin 6 years ago
parent
commit
a7191f226d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -1207,7 +1207,7 @@
           $keepOpen.find('input').prop('disabled', true)
         }
 
-        $keepOpen.find('li').off('click').on('click', e => {
+        $keepOpen.find('li, label').off('click').on('click', e => {
           e.stopImmediatePropagation()
         })
         $keepOpen.find('input').off('click').on('click', ({currentTarget}) => {