-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Labels
Description
Which Umbraco version are you using?
15.4.1
Bug summary
Embedding YouTube links in Tiptap you will automatically add spacing above and below the element when you update and save the block.
Specifics
When you embed a YouTube link in Tiptap you will automatically get spacing above and below the element. The issue is that every time you update the block it will automatically add extra spacing each time. It seems like it adds an extra paragraph since the spacing will render on the site if you save the block.
Steps to reproduce
- Create a block that has a Tiptap rich text editor
- Write two paragraphs
- Embed a YouTube video between the paragraphs
- Press save / update
- Open up the same block again
- Now there should be extra spacing added
This issue was reproducible in Chrome Version 137
Expected result / actual result
Saving or updating a embedded Youtube link should not add extra spacing in the Tiptap rich text editor
This item has been added to our backlog AB#53783