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

Fix space removing after <inline><block/></inline> construction #583

Merged
merged 1 commit into from Mar 23, 2016
Merged

Fix space removing after <inline><block/></inline> construction #583

merged 1 commit into from Mar 23, 2016

Conversation

igoradamenko
Copy link
Contributor

This PR fixes #581.

@igoradamenko igoradamenko mentioned this pull request Mar 23, 2016
@@ -978,10 +978,7 @@
buffer.push('</' + tag + '>');
}
charsPrevTag = '/' + tag;
if (!inlineTextTags(tag)) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to keep this for clearing currentChars - try changing this to inlineTags instead of removing the logic.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexlamsl yep, you are right; it works. I've added yet another commit

@alexlamsl
Copy link
Collaborator

@igoradamenko thanks for fixing this - can you squash the commits together? I will merge it right after 😉

@igoradamenko
Copy link
Contributor Author

@alexlamsl Done.

@alexlamsl
Copy link
Collaborator

👍

@alexlamsl alexlamsl merged commit 16f5468 into kangax:gh-pages Mar 23, 2016
@igoradamenko
Copy link
Contributor Author

@alexlamsl Could you also bump version to 1.3.2 for make fixes available in npm?

@alexlamsl
Copy link
Collaborator

@igoradamenko will do after merging a few more PRs 😉

@igoradamenko
Copy link
Contributor Author

@alexlamsl Okay, thanks!

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

Successfully merging this pull request may close these issues.

<a> with <code>
2 participants