fix(editor): Fix hashtags not working after embeded content
Created by: Tirokk
Authored by MarcoBomfim Closed
Up to this point, once you've inserted a given URL to the editor, and it renders a new embeded content, if you hit Return, and try using a tag, or mention, it would not work since the paragraph was never closed.
Unless you explicitly hit return again, to escape the given text block you were in, you could not use mentions. See the PR/Issue for further info.

Pullrequest

This PR fixes this by simply changing the call to the Embeded content, so it is not grouped as "Inline" by the editor, since if this happens, the embeded content will get inserted IN the current block.
Issues
- fixes #1937 (closed)
Todo
-
None
Merge request reports
Activity
Created by: Mogge
Review: Changes requested
Hey this is great @MarcoBomfim could you please put in a
PR
directly to the repo sincePR
s from forks have no chance of passing the build due to our use of encrypted variables in our Travis build Please see https://docs.travis-ci.com/user/environment-variables/#defining-encrypted-variables-in-travisyml