From a6b08d385154bfbe309fc02570c609b419256c4d Mon Sep 17 00:00:00 2001 From: renxiaodong <1344903914@qq.com> Date: Sat, 13 Sep 2025 14:08:00 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E6=97=A5=E5=BF=97=E8=BE=93=E5=87=BA=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../check/components/content-card/highlight-textarea.vue | 1 - .../check/components/content-card/highlight-textarea.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/views/material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue b/src/views/material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue index 12b7254..61b7a89 100644 --- a/src/views/material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue +++ b/src/views/material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue @@ -145,7 +145,6 @@ const handleTextareaScroll = (e: Event) => { const handleCompositionUpdate = () => { if (!nativeTextarea) return; - console.log('handleCompositionUpdate', nativeTextarea.value); // 使用 rAF 等待浏览器把最新字符写入 textarea.value 再读取 requestAnimationFrame(() => { if (!nativeTextarea) return; diff --git a/src/views/writer-material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue b/src/views/writer-material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue index 12b7254..61b7a89 100644 --- a/src/views/writer-material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue +++ b/src/views/writer-material-center/components/finished-products/manuscript/check/components/content-card/highlight-textarea.vue @@ -145,7 +145,6 @@ const handleTextareaScroll = (e: Event) => { const handleCompositionUpdate = () => { if (!nativeTextarea) return; - console.log('handleCompositionUpdate', nativeTextarea.value); // 使用 rAF 等待浏览器把最新字符写入 textarea.value 再读取 requestAnimationFrame(() => { if (!nativeTextarea) return;