We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I import a text from a PDF into Gutenberg I get unnecessary spaces. Example:
And the Screenshot:
This distance makes sense if I want to insert a new sentence after an existing one. However, if I add a new paragraph, this space is superfluous.
Describe the solution you'd like When a new paragraph/block is inserted, there should be no space at the beginning.
Describe alternatives you've considered I don't know
cc: @ellatrix
The text was updated successfully, but these errors were encountered:
Thanks for adding this issue SchneiderSam. I have also noticed an extra character before pasted text most of the time.
Sorry, something went wrong.
Thanks for the report. The solution would be to trim the spaces in the raw handler. Right now, the spaces should collapse on the front-end though.
If that fits the frontend, that's great. It would be nice if it is the same in the editor. Sorry for these little things...
Successfully merging a pull request may close this issue.
When I import a text from a PDF into Gutenberg I get unnecessary spaces. Example:
And the Screenshot:
This distance makes sense if I want to insert a new sentence after an existing one. However, if I add a new paragraph, this space is superfluous.
Describe the solution you'd like
When a new paragraph/block is inserted, there should be no space at the beginning.
Describe alternatives you've considered
I don't know
cc: @ellatrix
The text was updated successfully, but these errors were encountered: