You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/docs/docs/advanced/nested.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ import { CodeRunner } from '@site/src/components/ui/codeRunner';
8
8
# Nested Dockviews
9
9
10
10
You can safely create multiple dockview instances within one page and nest dockviews within other dockviews.
11
-
If you wish to interact with the drop event from one dockview instance in another dockview instance you can implement the `showDndOverlay` and `onDidDrop` props on `DockviewReact`.
11
+
If you wish to interact with the drop event from one dockview instance in another dockview instance you can implement the `api.onUnhandledDragOverEvent` and `onDidDrop` props on `DockviewReact`.
Copy file name to clipboardexpand all lines: packages/docs/old_docs_DELETE_SOON/components/paneview/paneview.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ If you provide the `PaneviewReact` component with the prop `onDidDrop` you will
221
221
222
222
You can safely create multiple paneview instances within one page. They will not interact with each other by default.
223
223
224
-
If you wish to interact with the drop event from one paneview instance in another paneview instance you can implement the `showDndOverlay` and `onDidDrop` props on `PaneviewReact`.
224
+
If you wish to interact with the drop event from one paneview instance in another paneview instance you can implement the `api.onUnhandledDragOverEvent` and `onDidDrop` props on `PaneviewReact`.
225
225
226
226
As an example see how dragging a header from one control to another will only trigger an interactable event for the developer if the checkbox is enabled.
0 commit comments