king
2020-12-03 569ccb3c1ff82f30ffefa7d3700571448d742662
src/components/header/index.jsx
@@ -595,10 +595,7 @@
      if (visible) {
        setTimeout(() => {
          let input = document.getElementById('thdMenu-search')
          if (input) {
            input.focus()
          }
          input && input.focus()
        }, 500)
      }
    })