Browse Source

Fixed the modal cannot close after sorting.

zhixin 3 years ago
parent
commit
54fb0a0442
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

+ 1 - 1
src/extensions/multiple-sort/bootstrap-table-multiple-sort.js

@@ -473,7 +473,7 @@ const showSortModal = that => {
           $($alert).remove()
         }
 
-        if ($.inArray($.fn.bootstrapTable.theme, ['bootstrap3', 'bootstrap4']) !== -1) {
+        if (['bootstrap3', 'bootstrap4', 'bootstrap5'].includes($.fn.bootstrapTable.theme)) {
           that.$sortModal.modal('hide')
         }