diff --git a/packages/hoppscotch-common/src/components/graphql/Headers.vue b/packages/hoppscotch-common/src/components/graphql/Headers.vue index 1712ffb1..fc16f3d0 100644 --- a/packages/hoppscotch-common/src/components/graphql/Headers.vue +++ b/packages/hoppscotch-common/src/components/graphql/Headers.vue @@ -59,6 +59,10 @@ ghost-class="cursor-move" chosen-class="bg-primaryLight" drag-class="cursor-grabbing" + :move=" + (event: DragDropEvent) => + isDragDropAllowed(event, workingHeaders.length) + " >