From 852d4b766738ffd795680c89d24e5b96f00ff781 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 22 Jan 2023 20:18:58 +0100 Subject: [PATCH] fix(core): hide node selection if no selected nodes exist Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/container/Pane/Pane.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/core/src/container/Pane/Pane.vue b/packages/core/src/container/Pane/Pane.vue index fcf85879..a6f9c56f 100644 --- a/packages/core/src/container/Pane/Pane.vue +++ b/packages/core/src/container/Pane/Pane.vue @@ -22,6 +22,7 @@ const { nodesSelectionActive, addSelectedElements, getSelectedEdges, + getSelectedNodes, removeNodes, removeEdges, selectionMode, @@ -234,6 +235,6 @@ export default { > - +