ソースを参照

Fix compilation issue

djhvscf 4 年 前
コミット
6d4906002c
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -3113,6 +3113,7 @@ class BootstrapTable {
     const $search = Utils.getSearchInput(this)
 
     const textToUse = text || ''
+
     $search.val(textToUse)
     this.searchText = textToUse
     this.onSearch({ currentTarget: $search }, false)