feat: Add sticky notes support to the new canvas (no-changelog) (#10031)

This commit is contained in:
Alex Grozav
2024-07-15 13:00:52 +03:00
committed by GitHub
parent 9302e33d55
commit cd24c71a9e
32 changed files with 653 additions and 147 deletions

View File

@@ -24,7 +24,7 @@
@click.left="mouseLeftClick"
@contextmenu="onContextMenu"
>
<n8n-sticky
<N8nResizeableSticky
v-if="node"
:id="node.id"
:model-value="node.parameters.content"