From 4fd6353a588c65e250192eb8554499566ef44b5e Mon Sep 17 00:00:00 2001 From: Takagi <1103069291@qq.com> Date: Thu, 21 Mar 2024 20:32:07 +0800 Subject: [PATCH] fix: duplicate scroller issue in post edit page (#5537) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug /area editor /milestone 2.14.x #### What this PR does / why we need it: 在默认富文本编辑器下,当滚动时有概率会使页面小于正常大小。在文章最底部使用 AI 插件更加容易复现。 #### How to test it? 测试文章滚动时是否会小于正常大小,推荐在文章最底部使用 AI 插件来复现和测试。 #### Which issue(s) this PR fixes: Fixes #3853 #### Does this PR introduce a user-facing change? ```release-note 修复文章编辑页面出现多个滚动条导致的页面高度样式问题。 ``` --- ui/packages/editor/src/components/Editor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/packages/editor/src/components/Editor.vue b/ui/packages/editor/src/components/Editor.vue index 9fffff68c..fced2ed45 100644 --- a/ui/packages/editor/src/components/Editor.vue +++ b/ui/packages/editor/src/components/Editor.vue @@ -37,7 +37,7 @@ watch(
-
+