Skip to content

fix(editor): Fix hashtags not working after embeded content

Hannes Heine requested to merge pr2152head into pr2152base

Created by: Tirokk

MarcoBomfim 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

Todo

  • None

Merge request reports