mirror of
https://github.com/mathuo/dockview
synced 2025-05-10 05:28:25 +00:00
chore: fix demo
This commit is contained in:
parent
0ba72eeb5e
commit
73da6be06a
@ -8,7 +8,7 @@ import {
|
||||
DockviewReact,
|
||||
DockviewApi,
|
||||
IWatermarkPanelProps,
|
||||
IGroupPanel,
|
||||
IDockviewPanel,
|
||||
PanelCollection,
|
||||
DockviewComponents,
|
||||
} from 'dockview';
|
||||
@ -206,7 +206,7 @@ export const TestGrid = (props: IGridviewPanelProps) => {
|
||||
React.useState<{
|
||||
x: number;
|
||||
y: number;
|
||||
panel: IGroupPanel;
|
||||
panel: IDockviewPanel;
|
||||
}>(undefined);
|
||||
|
||||
const onTabContextMenu = React.useMemo(
|
||||
|
Loading…
Reference in New Issue
Block a user