소스 검색

fix(encryption): auto-focus first password field

Kan-Ru Chen 4 년 전
부모
커밋
05ab2e22b4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/main/frontend/components/encryption.cljs

+ 0 - 1
src/main/frontend/components/encryption.cljs

@@ -78,7 +78,6 @@
        [:input.form-input.block.w-full.sm:text-sm.sm:leading-5.my-2
         {:type "password"
          :placeholder "Re-enter the password"
-         :auto-focus true
          :style {:color "#000"}
          :on-change (fn [e]
                       (reset! password-confirm (util/evalue e)))}]