Browse Source

修复隐藏超觉醒导致临时搜索框被隐藏的问题

tags/v8.0
枫谷剑仙 6 years ago
parent
commit
8aff23942d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      languages/zh-CN.js

+ 1
- 1
languages/zh-CN.js View File

@@ -2121,7 +2121,7 @@ function parseBigNumber(number)
const searchBox = editBox.querySelector(".search-box");
const controlDiv = searchBox.querySelector(".sawoken-div");
const controlDiv = searchBox.querySelector(".control-div .sort-div");
let fragment = document.createDocumentFragment();
const specialSearch = fragment.appendChild(document.createElement("select"));
specialSearchFunctions.forEach((sfunc,idx)=>{


Loading…
Cancel
Save