@reacteditor/core 0.0.24 → 0.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2737,7 +2737,8 @@ var DraggableComponent = ({
|
|
|
2737
2737
|
transition: {
|
|
2738
2738
|
duration: 200,
|
|
2739
2739
|
easing: "cubic-bezier(0.2, 0, 0, 1)"
|
|
2740
|
-
}
|
|
2740
|
+
},
|
|
2741
|
+
plugins: sortablePlugins
|
|
2741
2742
|
});
|
|
2742
2743
|
useEffect8(() => {
|
|
2743
2744
|
const isEnabled = zoneStore.getState().enabledIndex[zoneCompound];
|
package/dist/index.js
CHANGED
|
@@ -8607,7 +8607,8 @@ var DraggableComponent = ({
|
|
|
8607
8607
|
transition: {
|
|
8608
8608
|
duration: 200,
|
|
8609
8609
|
easing: "cubic-bezier(0.2, 0, 0, 1)"
|
|
8610
|
-
}
|
|
8610
|
+
},
|
|
8611
|
+
plugins: sortablePlugins
|
|
8611
8612
|
});
|
|
8612
8613
|
(0, import_react53.useEffect)(() => {
|
|
8613
8614
|
const isEnabled = zoneStore.getState().enabledIndex[zoneCompound];
|
package/dist/index.mjs
CHANGED
package/dist/no-external.js
CHANGED
|
@@ -8607,7 +8607,8 @@ var DraggableComponent = ({
|
|
|
8607
8607
|
transition: {
|
|
8608
8608
|
duration: 200,
|
|
8609
8609
|
easing: "cubic-bezier(0.2, 0, 0, 1)"
|
|
8610
|
-
}
|
|
8610
|
+
},
|
|
8611
|
+
plugins: sortablePlugins
|
|
8611
8612
|
});
|
|
8612
8613
|
(0, import_react53.useEffect)(() => {
|
|
8613
8614
|
const isEnabled = zoneStore.getState().enabledIndex[zoneCompound];
|
package/dist/no-external.mjs
CHANGED