From 2e105d147f9487b28d7383d62e22828c0f2e3b70 Mon Sep 17 00:00:00 2001 From: Oleg Ivaniv Date: Tue, 10 Dec 2024 08:55:03 +0100 Subject: [PATCH] Revert Canvas slot changes --- .../src/components/canvas/Canvas.vue | 6 +---- .../src/components/canvas/WorkflowCanvas.vue | 6 +---- .../canvas/elements/nodes/CanvasNode.vue | 26 +------------------ 3 files changed, 3 insertions(+), 35 deletions(-) diff --git a/packages/editor-ui/src/components/canvas/Canvas.vue b/packages/editor-ui/src/components/canvas/Canvas.vue index 0b755c6d1b..6826259b7e 100644 --- a/packages/editor-ui/src/components/canvas/Canvas.vue +++ b/packages/editor-ui/src/components/canvas/Canvas.vue @@ -663,11 +663,7 @@ provide(CanvasKey, { @update="onUpdateNodeParameters" @move="onUpdateNodePosition" @add="onClickNodeAdd" - > - - + /> -
- -
- { opacity: 1; } } - -.nodeControls { - position: absolute; - bottom: 100%; - z-index: 1; - width: 100%; - margin: auto; - display: flex; - justify-content: center; -}