-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enter on Heading Text - Cursor Jump #260
Comments
…rdproject#260 Signed-off-by: d-e-v-esh <[email protected]>
@irmerk This problem is occurring because:
Is that an appropriate solution? |
If I understand correctly, I think that sounds good. I think we want:
<h1>Heading</h1>
↑ <p>Normal paragraph text.</p>
↑ Becomes this with the cursor (↑) positioned: <h1></h1>
<h1>Heading</h1>
↑ <p></p>
<p>Normal paragraph text.</p>
↑
<h1>Heading</h1>
↑ <p>Normal paragraph text.</p>
↑ Becomes this with the cursor (↑) positioned: <h1>Hea</h1>
<h1>ding</h1>
↑ <p>Norm</p>
<p>al paragraph text.</p>
↑
<h1>Heading</h1>
↑ <p>Normal paragraph text.</p>
↑ Becomes this with the cursor (↑) positioned: <h1>Heading</h1>
<p></p>
↑ <p>Normal paragraph text.</p>
<p></p>
↑ |
@irmerk Yes, that is exactly how it needs to work. I can make a sample work but making a PR would not make sense until we fix this #270 issue. |
@irmerk Can you please check the updates that I made in the description of #270. Any feedback would be really appreciated. |
…rdproject#260 Signed-off-by: d-e-v-esh <[email protected]>
…rdproject#260 Signed-off-by: d-e-v-esh <[email protected]>
@irmerk I have fixed this issue locally. I can make a pull request after the #270 is resolved and merged. |
…rdproject#260 Signed-off-by: d-e-v-esh <[email protected]>
Bug Report 🐛
The cursor would jump one line above when we would press enter from the beginning of any heading text
Expected Behavior
The cursor should go down with the heading text as it happens everywhere else
Steps to Reproduce
Desktop
The text was updated successfully, but these errors were encountered: