diff --git a/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue b/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue index b6302445cb..620ee97a21 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ContextMenuDetails.vue @@ -109,6 +109,13 @@ const show = () => { snapshotStore.recordSnapshotCache('show') menuOpt('show') } +const showMoveMenu = computed( + () => + curComponent?.value?.canvasId === 'canvas-main' && + curComponent?.value['category'] === 'base' && + curComponent.value?.component === 'VQuery' && + popComponentDataLength.value === 0 +) const categoryChange = type => { if (curComponent.value) { snapshotStore.recordSnapshotCache('categoryChange') @@ -323,14 +330,7 @@ const editQueryCriteria = () => { is-screen jsname="L2NvbXBvbmVudC90aHJlc2hvbGQtd2FybmluZy9FZGl0QmFySGFuZGxlcg==" /> -