浏览代码

Fixed the modal cannot close after sorting.

zhixin 3 年之前
父节点
当前提交
54fb0a0442
共有 1 个文件被更改,包括 1 次插入1 次删除
  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')
         }