@reacteditor/core 0.0.2 → 0.0.3
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.
|
@@ -3186,12 +3186,7 @@ import {
|
|
|
3186
3186
|
useRef as useRef3,
|
|
3187
3187
|
useState as useState10
|
|
3188
3188
|
} from "react";
|
|
3189
|
-
import {
|
|
3190
|
-
AutoScroller,
|
|
3191
|
-
defaultPreset,
|
|
3192
|
-
ScrollListener,
|
|
3193
|
-
Scroller
|
|
3194
|
-
} from "@dnd-kit/dom";
|
|
3189
|
+
import { AutoScroller, defaultPreset } from "@dnd-kit/dom";
|
|
3195
3190
|
|
|
3196
3191
|
// lib/dnd/NestedDroppablePlugin.ts
|
|
3197
3192
|
init_react_import();
|
|
@@ -3706,8 +3701,6 @@ var DragDropContextClient = ({
|
|
|
3706
3701
|
}
|
|
3707
3702
|
}, []);
|
|
3708
3703
|
const [plugins] = useState10(() => [
|
|
3709
|
-
ScrollListener,
|
|
3710
|
-
Scroller,
|
|
3711
3704
|
...disableAutoScroll ? defaultPreset.plugins.filter((plugin) => plugin !== AutoScroller) : defaultPreset.plugins,
|
|
3712
3705
|
createNestedDroppablePlugin(
|
|
3713
3706
|
{
|
package/dist/index.js
CHANGED
|
@@ -10784,8 +10784,6 @@ var DragDropContextClient = ({
|
|
|
10784
10784
|
}
|
|
10785
10785
|
}, []);
|
|
10786
10786
|
const [plugins] = (0, import_react70.useState)(() => [
|
|
10787
|
-
import_dom.ScrollListener,
|
|
10788
|
-
import_dom.Scroller,
|
|
10789
10787
|
...disableAutoScroll ? import_dom.defaultPreset.plugins.filter((plugin) => plugin !== import_dom.AutoScroller) : import_dom.defaultPreset.plugins,
|
|
10790
10788
|
createNestedDroppablePlugin(
|
|
10791
10789
|
{
|
package/dist/index.mjs
CHANGED
package/dist/no-external.js
CHANGED
|
@@ -10784,8 +10784,6 @@ var DragDropContextClient = ({
|
|
|
10784
10784
|
}
|
|
10785
10785
|
}, []);
|
|
10786
10786
|
const [plugins] = (0, import_react70.useState)(() => [
|
|
10787
|
-
import_dom.ScrollListener,
|
|
10788
|
-
import_dom.Scroller,
|
|
10789
10787
|
...disableAutoScroll ? import_dom.defaultPreset.plugins.filter((plugin) => plugin !== import_dom.AutoScroller) : import_dom.defaultPreset.plugins,
|
|
10790
10788
|
createNestedDroppablePlugin(
|
|
10791
10789
|
{
|
package/dist/no-external.mjs
CHANGED