Skip to content

Commit 56e310f

Browse files
committed
chore: docs
1 parent 814a8e4 commit 56e310f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/docs/docs/core/dnd/disable.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ sidebar_position: 3
66
import { DocRef } from '@site/src/components/ui/reference/docRef';
77

88

9+
:::info
10+
You may want to combine this with `locked={true}` to provide a locked grid with no dnd funtionality. See [Locked](/docs/core/locked) for more.
11+
:::
12+
913
<FrameworkSpecific framework="JavaScript">
1014
<DocRef declaration="DockviewComponentOptions" methods={["disableDnd"]} />
1115
</FrameworkSpecific>

packages/docs/docs/core/locked.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,8 @@ import LiveExample from '@site/src/components/ui/exampleFrame';
99

1010
This section describes how to lock the dock to prevent movement.
1111

12+
:::info
13+
You may want to combine this with `disableDnd={true}` to provide a locked grid with no dnd funtionality. See [Disable Dnd](/docs/core/dnd/disable) for more.
14+
:::
15+
1216
<LiveExample framework='react' id='dockview/locked'/>

0 commit comments

Comments
 (0)