From db0d907e401546faf957c383f46dac11153155eb Mon Sep 17 00:00:00 2001 From: takeshita Date: Wed, 26 Nov 2025 13:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=A1=86=E7=B1=BB=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E7=BB=91=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/YJEarth/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/YJEarth/index.js b/src/YJEarth/index.js index 648ca00..faa5d81 100644 --- a/src/YJEarth/index.js +++ b/src/YJEarth/index.js @@ -446,7 +446,9 @@ class YJEarth { _this.entityMap.get(_this.clickTextDom.id).isClick((movement && movement.position) || null, _this.clickTextDom.id) _this.entityMap.get(_this.clickTextDom.id).getwords(_this.clickTextDom.getElementsByTagName('textarea')[0].value) } + _this.clickTextDom.querySelector('textarea').addEventListener('blur', _this.blurFun) + _this.clickTextDom.querySelector('textarea').removeEventListener('blur', _this.blurFun) break; } }