From 97b9c20a43e81eebeb8a5bbc6366b73453a22b34 Mon Sep 17 00:00:00 2001
From: riba2534 <riba2534@qq.com>
Date: Sun, 9 May 2021 00:57:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=98=B5=E7=A7=B0=E5=AD=97?=
 =?UTF-8?q?=E7=AC=A6=E6=95=B0=E5=BF=85=E9=A1=BB>=3D3=E7=9A=84=E9=99=90?=
 =?UTF-8?q?=E5=88=B6=EF=BC=8C=E6=94=B9=E4=B8=BA>=3D1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.js b/src/index.js
index 64370915..9c0e8b11 100644
--- a/src/index.js
+++ b/src/index.js
@@ -843,7 +843,7 @@ ValineFactory.prototype.bind = function (option) {
             })
             return;
         }
-        if (defaultComment['nick'].length < 3) {
+        if (defaultComment['nick'].length < 1) {
             inputs['nick'].focus();
             return;
         }