feat(Sticky Note Node): Support YouTube video embeds on Sticky notes (#16484)

This commit is contained in:
Jaakko Husso
2025-06-23 15:31:31 +03:00
committed by GitHub
parent 2efd21e083
commit f4d0b9f796
6 changed files with 194 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ exports[`CanvasNodeStickyNote > should render node correctly 1`] = `
<div class="n8n-sticky sticky clickable color-1 sticky" style="height: 180px; width: 240px;" data-test-id="sticky">
<div class="wrapper">
<div class="n8n-markdown">
<!-- Needed to support YouTube player embeds. HTML rendered here is sanitized. -->
<!-- eslint-disable vue/no-v-html -->
<div class="sticky"></div>
</div>
</div>