1 评论 (1 评论)2 反应 (2 反应)0 负责人 (0 负责人)TypeScript26,602 star (26,602 star)1,985 fork (1,985 fork)batch import
good first issue
描述
-
Describe a problem.
When placeholder is displaying it is not intuitive that you can click and edit that content because of the cursor is in standard style

-
Describe the solution you'd like. Mockups are welcome.
Make cursor: text for editor block when there is the only placeholder

- 议题类型
- feature
- 研究方向
- Inspect the CSS file for the editor block (likely in src/styles/). The placeholder is displayed when the block is empty; find the selector for the placeholder state and add a rule like `cursor: text;` to make it clear the area is clickable. Ensure the cursor only changes when the placeholder is visible, not during editing.