From 3708cbd1bd84b7d7b70f5e6492eb8c2891257549 Mon Sep 17 00:00:00 2001 From: wangzhiyusss Date: Fri, 3 Mar 2023 15:21:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8C=BA=E5=9B=BE=E6=A0=87=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangzhiyusss --- common/resources/src/main/resources/rawfile/rich_editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/resources/src/main/resources/rawfile/rich_editor.js b/common/resources/src/main/resources/rawfile/rich_editor.js index 5d4d80c..2aa2dc1 100644 --- a/common/resources/src/main/resources/rawfile/rich_editor.js +++ b/common/resources/src/main/resources/rawfile/rich_editor.js @@ -502,7 +502,7 @@ RICH_EDITOR.getFocus = function () { return document.getElementById('editorjs').focus(); } -document.getElementById('editorjs').addEventListener('click', () => { +document.getElementById('editorjs_box').addEventListener('click', () => { if (callBackToApp.getBreakPoint() === 'sm') { document.getElementById('buttonBox').style.display = 'flex'; } -- Gitee