mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(editor): Decouple Draggable from NDV store (#14531)
This commit is contained in:
committed by
GitHub
parent
e54f450a9d
commit
be627f08a4
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import Draggable from './Draggable.vue';
|
||||
import Draggable from '@/components/Draggable.vue';
|
||||
import type { XYPosition } from '@/Interface';
|
||||
|
||||
defineProps<{
|
||||
|
||||
Reference in New Issue
Block a user