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`.
0 commit comments