fix wrong overflow-hidden css - #1746
Merged
Merged
Conversation
CodFrm
added a commit
that referenced
this pull request
Sep 17, 2026
CodeEditor 冲突取舍:main 为全屏预览让 diff 分支也回调 onEditorMount(取 getModifiedEditor),本 PR 已把就绪信号拆成 onReady(普通与 diff 都触发), 且 mock 与注释都约定 onEditorMount 仅普通编辑器触发,故 diff 分支只保留 onReady,全屏/骨架就绪由 onReady 承担;main 为此加的 onEditorMount-diff 测试随之移除,diff 就绪已由本 PR 的 onReady 用例与 CodePreview 全屏 diff 用例覆盖。CodePreview 合并两边:保留 main 的全屏对话框,跳行排队与 revealLine 走 PR 的 handleReady/onReady;section 不带 overflow-hidden (沿用 main #1746 的修正)。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix wrong
overflow-hiddencss