mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(editor): Add drag n drop support for folders (#14549)
This commit is contained in:
committed by
GitHub
parent
86de2db4f3
commit
57444d3a16
@@ -8,6 +8,7 @@ exports[`RunDataJson.vue > renders json values properly 1`] = `
|
||||
<!---->
|
||||
<div
|
||||
class=""
|
||||
data-test-id="draggable"
|
||||
>
|
||||
|
||||
<div
|
||||
|
||||
@@ -9,6 +9,7 @@ exports[`VirtualSchema.vue > renders preview schema when enabled and available 1
|
||||
<!--v-if-->
|
||||
<div
|
||||
class="full-height"
|
||||
data-test-id="draggable"
|
||||
data-v-d00cba9a=""
|
||||
>
|
||||
|
||||
@@ -919,6 +920,7 @@ exports[`VirtualSchema.vue > renders schema for empty objects and arrays 1`] = `
|
||||
<!--v-if-->
|
||||
<div
|
||||
class="full-height"
|
||||
data-test-id="draggable"
|
||||
data-v-d00cba9a=""
|
||||
>
|
||||
|
||||
@@ -1708,6 +1710,7 @@ exports[`VirtualSchema.vue > renders schema in output pane 1`] = `
|
||||
<!--v-if-->
|
||||
<div
|
||||
class="full-height"
|
||||
data-test-id="draggable"
|
||||
data-v-d00cba9a=""
|
||||
>
|
||||
|
||||
@@ -2142,6 +2145,7 @@ exports[`VirtualSchema.vue > renders schema with spaces and dots 1`] = `
|
||||
<!--v-if-->
|
||||
<div
|
||||
class="full-height"
|
||||
data-test-id="draggable"
|
||||
data-v-d00cba9a=""
|
||||
>
|
||||
|
||||
@@ -2907,6 +2911,7 @@ exports[`VirtualSchema.vue > renders variables and context section 1`] = `
|
||||
<!--v-if-->
|
||||
<div
|
||||
class="full-height"
|
||||
data-test-id="draggable"
|
||||
data-v-d00cba9a=""
|
||||
>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user