@oliasoft-open-source/react-ui-library 3.9.14 → 3.9.15-beta-1
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.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -74177,6 +74177,7 @@ const Tree = ({
|
|
|
74177
74177
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx(DndProvider, {
|
|
74178
74178
|
backend: MultiFactory,
|
|
74179
74179
|
options: getBackendOptions(),
|
|
74180
|
+
context: window,
|
|
74180
74181
|
children: /* @__PURE__ */ jsxRuntime.exports.jsx(Tree$1, {
|
|
74181
74182
|
ref: treeRef,
|
|
74182
74183
|
tree: list2.items,
|