Skip to content
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

Bug with deleting leading new lines in the block #726

Closed
Zaczero opened this issue Apr 14, 2019 · 3 comments
Closed

Bug with deleting leading new lines in the block #726

Zaczero opened this issue Apr 14, 2019 · 3 comments
Assignees
Labels

Comments

@Zaczero
Copy link

Zaczero commented Apr 14, 2019

When you put some extra new lines with Shift+Enter at the very beginning of the block and then try deleting it with Backspace the cursor jumps to the previous block.

GIF bug preview on the home page

@gohabereg gohabereg added the bug label Apr 15, 2019
@neSpecc
Copy link
Member

neSpecc commented Apr 25, 2019

Thanks, we will fix this in next releases.

@hampusborgos
Copy link

Notice the same issue, the following data will trigger the error:

{
    "time": 1557230398668,
    "blocks": [
        {
            "type": "header",
            "data": {
                "text": "A heading!",
                "level": 2
            }
        },
        {
            "type": "paragraph",
            "data": {
                "text": "<br>You can't delete the newline above this..."
            }
        }
    ],
    "version": "2.13.0"
}

@gohabereg
Copy link
Member

Resolved by #826

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants