almost donebuggood first issue
仓库指标
- 星标
- (26,602 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
After the update to 2.29.0 in readonly mode there is a empty block added with an invisible (opacity: 0) placeholder text. The empty line is breaking the layout.
I temporarily fixed it with CSS:
.ce-paragraph[data-placeholder][contenteditable="false"]:empty {
display: none;
}
Expected behavior: No additional line on top should be rendered, like in v2.28.0 in readOnly mode.
Screenshots:
Device, Browser, OS: Macbook, Chrome, MacOS
Editor.js version: 2.29.0